Mercurial > hg > commentator
comparison setup.py @ 1:aebfbb10aefb
adding more meta information
author | k0s <k0scist@gmail.com> |
---|---|
date | Sun, 24 Jan 2010 17:40:54 -0500 |
parents | 1c95a3fa76c1 |
children | 689b9d928dc8 |
comparison
equal
deleted
inserted
replaced
0:1c95a3fa76c1 | 1:aebfbb10aefb |
---|---|
12 description="WSGI commenting middleware", | 12 description="WSGI commenting middleware", |
13 long_description=description, | 13 long_description=description, |
14 classifiers=[], # Get strings from http://www.python.org/pypi?%3Aaction=list_classifiers | 14 classifiers=[], # Get strings from http://www.python.org/pypi?%3Aaction=list_classifiers |
15 author='Jeff Hammel', | 15 author='Jeff Hammel', |
16 author_email='k0scist@gmail.com', | 16 author_email='k0scist@gmail.com', |
17 url='http://k0s.org', | 17 url='http://k0s.org/hg/commentator', |
18 license="", | 18 license="GPL", |
19 packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), | 19 packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), |
20 include_package_data=True, | 20 include_package_data=True, |
21 zip_safe=False, | 21 zip_safe=False, |
22 install_requires=[ | 22 install_requires=[ |
23 # -*- Extra requirements: -*- | 23 # -*- Extra requirements: -*- |