Mercurial > hg > TextShaper
comparison setup.py @ 26:c23782a7b7ba
more hookups, yo
| author | Jeff Hammel <k0scist@gmail.com> |
|---|---|
| date | Sun, 23 Feb 2014 11:41:37 -0800 |
| parents | 0930c6884f8a |
| children | 1a80204bd562 |
comparison
equal
deleted
inserted
replaced
| 25:a43d0ad17c29 | 26:c23782a7b7ba |
|---|---|
| 11 kw = {} | 11 kw = {} |
| 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 | |
| 17 quote = textshaper.quote:main | |
| 16 textshaper = textshaper.main:main | 18 textshaper = textshaper.main:main |
| 17 indent = textshaper.indent:main | |
| 18 url2txt = textshaper.url2txt:main | 19 url2txt = textshaper.url2txt:main |
| 19 """ | 20 """ |
| 20 kw['install_requires'] = dependencies | 21 kw['install_requires'] = dependencies |
| 21 except ImportError: | 22 except ImportError: |
| 22 from distutils.core import setup | 23 from distutils.core import setup |
