summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/setup.py b/setup.py
index 6fdeb1fb..ca6be4df 100755
--- a/setup.py
+++ b/setup.py
@@ -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