Mercurial > hg > numerics
comparison setup.py @ 95:a027870e7a93
wip
| author | Jeff Hammel <k0scist@gmail.com> |
|---|---|
| date | Tue, 03 Mar 2015 18:10:34 -0800 |
| parents | 7dd1b18c9f78 |
| children | b7d4b7f84883 |
comparison
equal
deleted
inserted
replaced
| 94:b5aea10e611d | 95:a027870e7a93 |
|---|---|
| 15 try: | 15 try: |
| 16 from setuptools import setup | 16 from setuptools import setup |
| 17 kw['entry_points'] = """ | 17 kw['entry_points'] = """ |
| 18 [console_scripts] | 18 [console_scripts] |
| 19 cat-columns = numerics.cat_columns:main | 19 cat-columns = numerics.cat_columns:main |
| 20 display-fraction = numerics.text_display:main | |
| 20 histogram = numerics.histogram:main | 21 histogram = numerics.histogram:main |
| 21 interpolate = numerics.interpolation:main | 22 interpolate = numerics.interpolation:main |
| 22 manipulate = numerics.manipulate:main | 23 manipulate = numerics.manipulate:main |
| 23 plot = numerics.plot:main | 24 plot = numerics.plot:main |
| 24 read-csv = numerics.read:main | 25 read-csv = numerics.read:main |
