Mercurial > hg > numerics
comparison setup.py @ 63:0df8bcb6d521
stubbing: unicode histograms
| author | Jeff Hammel <k0scist@gmail.com> |
|---|---|
| date | Thu, 26 Feb 2015 15:12:48 -0800 |
| parents | 18c0820bfe12 |
| children | 7dd1b18c9f78 |
comparison
equal
deleted
inserted
replaced
| 62:18c0820bfe12 | 63:0df8bcb6d521 |
|---|---|
| 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 histogram = numerics.histogram:main | |
| 20 interpolate = numerics.interpolation:main | 21 interpolate = numerics.interpolation:main |
| 21 manipulate = numerics.manipulate:main | 22 manipulate = numerics.manipulate:main |
| 22 plot = numerics.plot:main | 23 plot = numerics.plot:main |
| 23 read-csv = numerics.read:main | 24 read-csv = numerics.read:main |
| 24 smooth = numerics.smooth:main | 25 smooth = numerics.smooth:main |
