aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/__init__.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-11-13 10:02:17 -0500
committerJason R. Coombs <jaraco@jaraco.com>2017-11-13 10:02:17 -0500
commitdb54a7089071a65d5cca11c33f68376280580b7f (patch)
treedaaa4f70aa5ad38beaea926741e0de0a0c64ae05 /setuptools/command/__init__.py
parentb4f2df191e0f9de47a71b3c9fba9f44447e017b5 (diff)
parentc218b65053915aa084c897defa2a25a11175ddc4 (diff)
downloadexternal_python_setuptools-db54a7089071a65d5cca11c33f68376280580b7f.tar.gz
external_python_setuptools-db54a7089071a65d5cca11c33f68376280580b7f.tar.bz2
external_python_setuptools-db54a7089071a65d5cca11c33f68376280580b7f.zip
Merge branch 'master'
Diffstat (limited to 'setuptools/command/__init__.py')
-rw-r--r--setuptools/command/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setuptools/command/__init__.py b/setuptools/command/__init__.py
index 4fe3bb56..fe619e2e 100644
--- a/setuptools/command/__init__.py
+++ b/setuptools/command/__init__.py
@@ -2,7 +2,8 @@ __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', 'dist_info',
+ 'register', 'bdist_wininst', 'upload_docs', 'upload', 'build_clib',
+ 'dist_info',
]
from distutils.command.bdist import bdist