Mercurial > hg > TextShaper
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 41:56199789d2a0 | 42:1a80204bd562 |
|---|---|
| 12 try: | 12 try: |
| 13 from setuptools import setup | 13 from setuptools import setup |
| 14 kw['entry_points'] = """ | 14 kw['entry_points'] = """ |
| 15 [console_scripts] | 15 [console_scripts] |
| 16 indent = textshaper.indent:main | 16 indent = textshaper.indent:main |
| 17 onelineit = textshaper.onelineit:main | |
| 17 quote = textshaper.quote:main | 18 quote = textshaper.quote:main |
| 18 textshaper = textshaper.main:main | 19 textshaper = textshaper.main:main |
| 19 url2txt = textshaper.url2txt:main | 20 url2txt = textshaper.url2txt:main |
| 20 """ | 21 """ |
| 21 kw['install_requires'] = dependencies | 22 kw['install_requires'] = dependencies |
