Mercurial > hg > CAPTCHAmiddleware
comparison setup.py @ 8:59245309f054 default tip
conform to modern version of lxmlmiddleware
author | k0s <k0scist@gmail.com> |
---|---|
date | Fri, 26 Feb 2010 15:40:56 -0500 |
parents | 6c6766109dac |
children |
comparison
equal
deleted
inserted
replaced
7:8d826c3fbb06 | 8:59245309f054 |
---|---|
5 try: | 5 try: |
6 description = file(os.path.join(os.path.dirname(__file__), 'README.txt')).read() | 6 description = file(os.path.join(os.path.dirname(__file__), 'README.txt')).read() |
7 except: | 7 except: |
8 description = '' | 8 description = '' |
9 | 9 |
10 version = "0.2" | 10 version = "0.3" |
11 | 11 |
12 setup(name='CAPTCHAmiddleware', | 12 setup(name='CAPTCHAmiddleware', |
13 version=version, | 13 version=version, |
14 description="put CAPTCHAs on forms", | 14 description="put CAPTCHAs on forms", |
15 long_description=description, | 15 long_description=description, |