Mercurial > hg > clwapp
comparison setup.py @ 1:2f45e6ae75fc
adding setup metadata
| author | k0s <k0scist@gmail.com> |
|---|---|
| date | Fri, 26 Feb 2010 13:23:52 -0500 |
| parents | 196f241286f7 |
| children | 79a43cbdf584 |
comparison
equal
deleted
inserted
replaced
| 0:196f241286f7 | 1:2f45e6ae75fc |
|---|---|
| 1 from setuptools import setup, find_packages | 1 from setuptools import setup, find_packages |
| 2 import sys, os | 2 import sys, os |
| 3 | 3 |
| 4 version = "0.0" | 4 version = "0.1" |
| 5 | 5 |
| 6 setup(name='clwapp', | 6 setup(name='clwapp', |
| 7 version=version, | 7 version=version, |
| 8 description="Command Line Web APP", | 8 description="Command Line Web APP", |
| 9 long_description=""" | 9 long_description="""gives the output from a command line application TTW |
| 10 """, | 10 """, |
| 11 classifiers=[], # Get strings from http://www.python.org/pypi?%3Aaction=list_classifiers | 11 classifiers=[], # Get strings from http://www.python.org/pypi?%3Aaction=list_classifiers |
| 12 author='Jeff Hammel', | 12 author='Jeff Hammel', |
| 13 author_email='jhammel@openplans.org', | 13 author_email='jhammel@openplans.org', |
| 14 url='', | 14 url='', |
