comparison setup.py @ 4:28c7009bc463

update setup.py
author k0s <k0scist@gmail.com>
date Fri, 12 Feb 2010 12:39:14 -0500
parents e21f53582267
children 0c2b1fe8f53f
comparison
equal deleted inserted replaced
3:e21f53582267 4:28c7009bc463
2 2
3 version = "0.1" 3 version = "0.1"
4 4
5 setup(name='wordstream', 5 setup(name='wordstream',
6 version=version, 6 version=version,
7 description="word streamer", 7 description="word streamer; conversational and dissociatively play with text with a command line and web interface",
8 long_description=""" 8 long_description="""
9 for a demo, see http://k0s.org/wordstream and http://k0s.org/dissociate
10
11 Additional documentation forthcoming, until the, the docs == the source
9 """, 12 """,
10 classifiers=[], # Get strings from http://www.python.org/pypi?%3Aaction=list_classifiers 13 classifiers=[], # Get strings from http://www.python.org/pypi?%3Aaction=list_classifiers
11 author='Jeff Hammel', 14 author='Jeff Hammel',
12 author_email='k0scist@gmail.com', 15 author_email='k0scist@gmail.com',
13 url='http://k0s.org', 16 url='http://k0s.org/hg/wordstream',
14 license="", 17 license="GPL",
15 packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), 18 packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
16 include_package_data=True, 19 include_package_data=True,
17 zip_safe=False, 20 zip_safe=False,
18 install_requires=[ 21 install_requires=[
19 # -*- Extra requirements: -*- 22 # -*- Extra requirements: -*-