Mercurial > hg > numerics
diff setup.py @ 11:5609225fb254
read csv
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Thu, 11 Sep 2014 12:46:13 -0700 |
parents | 690778ffd302 |
children | 90edb741397d |
line wrap: on
line diff
--- a/setup.py Thu Sep 04 21:01:36 2014 -0700 +++ b/setup.py Thu Sep 11 12:46:13 2014 -0700 @@ -15,7 +15,8 @@ try: from setuptools import setup kw['entry_points'] = """ - [console_scripts] + [console_scripts] + read-csv = numerics.read:main """ kw['install_requires'] = dependencies except ImportError: