diff options
| author | pje <none@none> | 2013-05-04 16:21:50 -0400 |
|---|---|---|
| committer | pje <none@none> | 2013-05-04 16:21:50 -0400 |
| commit | e7d341af8987659ae1fa79701515c16238fe22f6 (patch) | |
| tree | 2c650b1a0f73cc48f412124c00c20d8764aecb5f /setuptools.egg-info | |
| parent | 46d1c4ed7df5722771e382a55fb79d9f1d16e389 (diff) | |
| download | external_python_setuptools-e7d341af8987659ae1fa79701515c16238fe22f6.tar.gz external_python_setuptools-e7d341af8987659ae1fa79701515c16238fe22f6.tar.bz2 external_python_setuptools-e7d341af8987659ae1fa79701515c16238fe22f6.zip | |
Backport experimental environment marker support from the trunk
--HG--
branch : setuptools-0.6
Diffstat (limited to 'setuptools.egg-info')
| -rwxr-xr-x | setuptools.egg-info/entry_points.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/setuptools.egg-info/entry_points.txt b/setuptools.egg-info/entry_points.txt index 2642c316..04fbe4be 100755 --- a/setuptools.egg-info/entry_points.txt +++ b/setuptools.egg-info/entry_points.txt @@ -7,6 +7,7 @@ build_py = setuptools.command.build_py:build_py saveopts = setuptools.command.saveopts:saveopts egg_info = setuptools.command.egg_info:egg_info register = setuptools.command.register:register +upload = setuptools.command.upload:upload install_egg_info = setuptools.command.install_egg_info:install_egg_info alias = setuptools.command.alias:alias easy_install = setuptools.command.easy_install:easy_install @@ -31,7 +32,7 @@ depends.txt = setuptools.command.egg_info:warn_depends_obsolete [console_scripts] easy_install = setuptools.command.easy_install:main -easy_install-2.6 = setuptools.command.easy_install:main +easy_install-2.3 = setuptools.command.easy_install:main [setuptools.file_finders] svn_cvs = setuptools.command.sdist:_default_revctrl |
