diff options
author | ericholscher <eric@ericholscher.com> | 2014-08-02 15:35:20 +0000 |
---|---|---|
committer | ericholscher <eric@ericholscher.com> | 2014-08-02 15:35:20 +0000 |
commit | 22a27948727dea8a36c9ab663b78c6b24547c0f5 (patch) | |
tree | ce01d928fd02ba43caa8563c050fda3b07bae30c | |
parent | 9ce32d32b0b4d62ba844884b436d5a57e5b921cb (diff) | |
download | external_python_setuptools-22a27948727dea8a36c9ab663b78c6b24547c0f5.tar.gz external_python_setuptools-22a27948727dea8a36c9ab663b78c6b24547c0f5.tar.bz2 external_python_setuptools-22a27948727dea8a36c9ab663b78c6b24547c0f5.zip |
entry_points.txt edited online with Bitbucket
-rw-r--r-- | setuptools.egg-info/entry_points.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools.egg-info/entry_points.txt b/setuptools.egg-info/entry_points.txt index 528f38e7..de842da8 100644 --- a/setuptools.egg-info/entry_points.txt +++ b/setuptools.egg-info/entry_points.txt @@ -1,6 +1,6 @@ [console_scripts] easy_install = setuptools.command.easy_install:main -easy_install-2.7 = setuptools.command.easy_install:main +easy_install-3.4 = setuptools.command.easy_install:main [distutils.commands] alias = setuptools.command.alias:alias |