Mercurial > hg > TextShaper
comparison setup.py @ 53:3691ffa84a3a
add to setup
| author | Jeff Hammel <k0scist@gmail.com> |
|---|---|
| date | Sun, 17 May 2015 08:53:11 -0700 |
| parents | 8addd6e12b29 |
| children | 4576ccc3be76 |
comparison
equal
deleted
inserted
replaced
| 52:8d8c1ac0e8e1 | 53:3691ffa84a3a |
|---|---|
| 15 [console_scripts] | 15 [console_scripts] |
| 16 corenames = textshaper.corename:main | 16 corenames = textshaper.corename:main |
| 17 indent = textshaper.indent:main | 17 indent = textshaper.indent:main |
| 18 onelineit = textshaper.onelineit:main | 18 onelineit = textshaper.onelineit:main |
| 19 quote = textshaper.quote:main | 19 quote = textshaper.quote:main |
| 20 sentences = textshaper.split:main | |
| 20 textshaper = textshaper.main:main | 21 textshaper = textshaper.main:main |
| 21 url2txt = textshaper.url2txt:main | 22 url2txt = textshaper.url2txt:main |
| 22 """ | 23 """ |
| 23 kw['install_requires'] = dependencies | 24 kw['install_requires'] = dependencies |
| 24 except ImportError: | 25 except ImportError: |
