diff setup.py @ 24:0930c6884f8a

STUB: README.txt setup.py textshaper/indent.py
author Jeff Hammel <k0scist@gmail.com>
date Sun, 23 Feb 2014 10:57:19 -0800
parents e6f680d25d63
children c23782a7b7ba
line wrap: on
line diff
--- a/setup.py	Sun Feb 23 10:14:06 2014 -0800
+++ b/setup.py	Sun Feb 23 10:57:19 2014 -0800
@@ -14,6 +14,7 @@
     kw['entry_points'] = """
       [console_scripts]
       textshaper = textshaper.main:main
+      indent = textshaper.indent:main
       url2txt = textshaper.url2txt:main
 """
     kw['install_requires'] = dependencies