diff setup.py @ 42:1a80204bd562

basic cli
author Jeff Hammel <k0scist@gmail.com>
date Mon, 25 Aug 2014 19:31:16 -0700
parents c23782a7b7ba
children 8addd6e12b29
line wrap: on
line diff
--- a/setup.py	Mon Aug 25 19:22:37 2014 -0700
+++ b/setup.py	Mon Aug 25 19:31:16 2014 -0700
@@ -14,6 +14,7 @@
     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