# HG changeset patch # User k0s # Date 1265996354 18000 # Node ID 28c7009bc463cf571d8da8873b6df08e5c4a79eb # Parent e21f535822676467e1f8d6a04db5e53bd660c3e3 update setup.py diff -r e21f53582267 -r 28c7009bc463 setup.py --- a/setup.py Fri Feb 12 01:37:38 2010 -0500 +++ b/setup.py Fri Feb 12 12:39:14 2010 -0500 @@ -4,14 +4,17 @@ setup(name='wordstream', version=version, - description="word streamer", + description="word streamer; conversational and dissociatively play with text with a command line and web interface", long_description=""" +for a demo, see http://k0s.org/wordstream and http://k0s.org/dissociate + +Additional documentation forthcoming, until the, the docs == the source """, classifiers=[], # Get strings from http://www.python.org/pypi?%3Aaction=list_classifiers author='Jeff Hammel', author_email='k0scist@gmail.com', - url='http://k0s.org', - license="", + url='http://k0s.org/hg/wordstream', + license="GPL", packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), include_package_data=True, zip_safe=False,