diff options
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -73,13 +73,13 @@ setup( "depends.txt = setuptools.command.egg_info:warn_depends_obsolete", ], "console_scripts": - ["easy_install = setuptools.command.easy_install:main"], + ["easy_install = setuptools.command.easy_install:main", + "easy_install-%s = setuptools.command.easy_install:main" + % sys.version[:3] + ], }, - - - classifiers = [f.strip() for f in """ Development Status :: 3 - Alpha Intended Audience :: Developers |
