# HG changeset patch # User Jeff Hammel # Date 1499227003 25200 # Node ID f4b604d44ff59063b46532b5d53b60d1ebe91a5d # Parent bcd62e6d822c812c7aef7d0262dbcf4cfef02c4d rename console script to avoid import madness diff -r bcd62e6d822c -r f4b604d44ff5 setup.py --- a/setup.py Mon Feb 20 10:27:27 2017 -0800 +++ b/setup.py Tue Jul 04 20:56:43 2017 -0700 @@ -7,7 +7,7 @@ except IOError: description = None -version = '0.0' +version = '0.1' deps = [] @@ -29,7 +29,7 @@ entry_points=""" # -*- Entry points: -*- [console_scripts] - which.py = which:main + which-py = which:main """, )