Mercurial > hg > TextShaper
comparison 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 |
comparison
equal
deleted
inserted
replaced
23:7ffe000f6f42 | 24:0930c6884f8a |
---|---|
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 textshaper = textshaper.main:main | 16 textshaper = textshaper.main:main |
17 indent = textshaper.indent:main | |
17 url2txt = textshaper.url2txt:main | 18 url2txt = textshaper.url2txt:main |
18 """ | 19 """ |
19 kw['install_requires'] = dependencies | 20 kw['install_requires'] = dependencies |
20 except ImportError: | 21 except ImportError: |
21 from distutils.core import setup | 22 from distutils.core import setup |