aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxoviat <xoviat@users.noreply.github.com>2017-09-07 22:15:03 -0500
committerxoviat <xoviat@users.noreply.github.com>2017-09-07 22:15:03 -0500
commit944976d869b96d6a960daf45bf8545987c6dea91 (patch)
tree888904067fd7fd010402a9c90b1d09e4dd19f92d
parent19db98f416d93dadafea588a9913af6eebc89336 (diff)
downloadexternal_python_setuptools-944976d869b96d6a960daf45bf8545987c6dea91.tar.gz
external_python_setuptools-944976d869b96d6a960daf45bf8545987c6dea91.tar.bz2
external_python_setuptools-944976d869b96d6a960daf45bf8545987c6dea91.zip
dist_info: register command
-rw-r--r--setuptools/command/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/__init__.py b/setuptools/command/__init__.py
index c96d33c2..4fe3bb56 100644
--- a/setuptools/command/__init__.py
+++ b/setuptools/command/__init__.py
@@ -2,7 +2,7 @@ __all__ = [
'alias', 'bdist_egg', 'bdist_rpm', 'build_ext', 'build_py', 'develop',
'easy_install', 'egg_info', 'install', 'install_lib', 'rotate', 'saveopts',
'sdist', 'setopt', 'test', 'install_egg_info', 'install_scripts',
- 'register', 'bdist_wininst', 'upload_docs', 'upload', 'build_clib',
+ 'register', 'bdist_wininst', 'upload_docs', 'upload', 'build_clib', 'dist_info',
]
from distutils.command.bdist import bdist