Mercurial > hg > numerics
comparison setup.py @ 62:18c0820bfe12
stub concatenating columns
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Mon, 23 Feb 2015 10:50:13 -0800 |
parents | 82a18c9337c3 |
children | 0df8bcb6d521 |
comparison
equal
deleted
inserted
replaced
61:82a18c9337c3 | 62:18c0820bfe12 |
---|---|
14 kw = {} | 14 kw = {} |
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 interpolate = numerics.interpolation:main | 20 interpolate = numerics.interpolation:main |
20 manipulate = numerics.manipulate:main | 21 manipulate = numerics.manipulate:main |
21 plot = numerics.plot:main | 22 plot = numerics.plot:main |
22 read-csv = numerics.read:main | 23 read-csv = numerics.read:main |
23 smooth = numerics.smooth:main | 24 smooth = numerics.smooth:main |