aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-06-18 16:17:53 -0500
committerJason R. Coombs <jaraco@jaraco.com>2013-06-18 16:17:53 -0500
commitebdb9b5afe822aaaa8eb8c969e017e0cba14084f (patch)
tree3d5e96a26df13b60d1a23ed0e690417e696088a9 /setup.py
parentf17e432dd427e2f894232e57a6b47143f85f7d97 (diff)
parent16b2bc31e07f8fa14d27bc504dc0bbc73da900be (diff)
downloadexternal_python_setuptools-ebdb9b5afe822aaaa8eb8c969e017e0cba14084f.tar.gz
external_python_setuptools-ebdb9b5afe822aaaa8eb8c969e017e0cba14084f.tar.bz2
external_python_setuptools-ebdb9b5afe822aaaa8eb8c969e017e0cba14084f.zip
Merge 0.7.3 release0.8b1
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index c88e6c75..8afdf235 100755
--- a/setup.py
+++ b/setup.py
@@ -56,7 +56,7 @@ from setuptools.command.test import test as _test
scripts = []
console_scripts = ["easy_install = setuptools.command.easy_install:main"]
-if os.environ.get("SETUPTOOLS_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT") is None:
+if os.environ.get("DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT") is None:
console_scripts.append("easy_install-%s = setuptools.command.easy_install:main" % sys.version[:3])
# specific command that is used to generate windows .exe files