Mercurial > hg > TextShaper
diff setup.py @ 44:8addd6e12b29
corename
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Wed, 11 Mar 2015 10:15:20 -0700 |
parents | 1a80204bd562 |
children | 3691ffa84a3a |
line wrap: on
line diff
--- a/setup.py Wed Sep 03 18:13:15 2014 -0700 +++ b/setup.py Wed Mar 11 10:15:20 2015 -0700 @@ -12,12 +12,13 @@ try: from setuptools import setup kw['entry_points'] = """ - [console_scripts] - indent = textshaper.indent:main - onelineit = textshaper.onelineit:main - quote = textshaper.quote:main - textshaper = textshaper.main:main - url2txt = textshaper.url2txt:main + [console_scripts] + corenames = textshaper.corename:main + indent = textshaper.indent:main + onelineit = textshaper.onelineit:main + quote = textshaper.quote:main + textshaper = textshaper.main:main + url2txt = textshaper.url2txt:main """ kw['install_requires'] = dependencies except ImportError: