Mercurial > hg > wordstream
diff setup.py @ 2:df84e61ae1e4
add dissociation
author | k0s <k0scist@gmail.com> |
---|---|
date | Fri, 12 Feb 2010 00:38:25 -0500 |
parents | 8af3412e907a |
children | e21f53582267 |
line wrap: on
line diff
--- a/setup.py Fri Jan 01 20:01:02 2010 -0500 +++ b/setup.py Fri Feb 12 00:38:25 2010 -0500 @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = "0.0" +version = "0.1" setup(name='wordstream', version=version, @@ -29,6 +29,7 @@ [console_scripts] wordstream = wordstream.main:main + dissociate = wordstream.dissociate:dissociate """, )