shalabh / quixote_extras

User contributed add-ons and for Quixote. See http://mems-exchange.org/software/quixote/. This repository used to be hosted at http://www.cafepy.com/quixote_extras/. All links from old location are now redirected here.

Clone this repository (size: 917.6 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/shalabh/quixote_extras/
commit 149: 5b7911ccd017
parent 148: fbb05270db35
branch: default
tags: tip
Updated readme to reflect move to bitbucket.org
Shalabh Chaturvedi
4 months ago
r149:5b7911ccd017 10 loc 365 bytes embed / history / annotate / raw /
from distutils.core import setup

setup(name = 'session2',
      version = '0.6.1a1',
      description = 'Persistent sessions for Quixote 2.x',
      author = 'C. Titus Brown and Mike Orr',
      author_email = 'titus@caltech.edu, mso@oz.net',
      packages = ['session2', 'session2.store'],
      license='MIT',
      url = 'http://quixote.idyll.org/session2/')