aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-06-18 15:50:27 -0500
committerJason R. Coombs <jaraco@jaraco.com>2013-06-18 15:50:27 -0500
commita5bbf67399a6c56e8611a3747faaa52d6b835649 (patch)
tree4a9f074bff2e3b3d77ce40538c18eeda2f5dbdca /setup.py
parentc04abca662dcbffd00d928e06fbf32b9f49f8e57 (diff)
downloadexternal_python_setuptools-a5bbf67399a6c56e8611a3747faaa52d6b835649.tar.gz
external_python_setuptools-a5bbf67399a6c56e8611a3747faaa52d6b835649.tar.bz2
external_python_setuptools-a5bbf67399a6c56e8611a3747faaa52d6b835649.zip
Backed out changeset: 7292c3a723e30.7.3
See https://bitbucket.org/pypa/setuptools/commits/7292c3a723e3b7b6fdd2bede2374dd1777809e7d for discussion
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 1260b172..eeae866e 100755
--- a/setup.py
+++ b/setup.py
@@ -55,7 +55,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