Mercurial > hg > whichpy
changeset 1:f4b604d44ff5 default tip
rename console script to avoid import madness
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Tue, 04 Jul 2017 20:56:43 -0700 |
parents | bcd62e6d822c |
children | |
files | setup.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 """, )