summaryrefslogtreecommitdiff
path: root/setuptools.egg-info/entry_points.txt
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2005-12-14 17:37:30 +0000
committerPJ Eby <distutils-sig@python.org>2005-12-14 17:37:30 +0000
commitc7eeb6273fd7593d7bccfbe41f44b5aa2ab17c1d (patch)
tree28394eca5cf8e0f5745ea2fd4eacdfe00743a906 /setuptools.egg-info/entry_points.txt
parentbd28408ff49d304ae822acf9f46f0b65bb138c04 (diff)
downloadpython-setuptools-git-c7eeb6273fd7593d7bccfbe41f44b5aa2ab17c1d.tar.gz
Added an internal ``install_egg_info`` command to use as part of old-style
``install`` operations, that installs an ``.egg-info`` directory with the package. This is a preliminary step to implementing "install --single-version-externally-managed" for use with bdist_* commands and Debian. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041670
Diffstat (limited to 'setuptools.egg-info/entry_points.txt')
-rwxr-xr-xsetuptools.egg-info/entry_points.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/setuptools.egg-info/entry_points.txt b/setuptools.egg-info/entry_points.txt
index 34796831..dfdc0289 100755
--- a/setuptools.egg-info/entry_points.txt
+++ b/setuptools.egg-info/entry_points.txt
@@ -30,6 +30,7 @@ build_py = setuptools.command.build_py:build_py
saveopts = setuptools.command.saveopts:saveopts
egg_info = setuptools.command.egg_info:egg_info
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
bdist_egg = setuptools.command.bdist_egg:bdist_egg