diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2020-03-21 05:55:44 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-03-21 05:55:44 -0400 |
commit | cfbefe5715e31db3c8cac70f7a1cd1c16fd4b5a7 (patch) | |
tree | 1551248b2a29b34b26388ea68fe994854f3e84e2 /setuptools/command/__init__.py | |
parent | 7843688bc33dd4e13e10130bc49da4c290fe7d7f (diff) | |
parent | 060445bfb557a1d0f6b726716dafa6bacaa44c34 (diff) | |
download | external_python_setuptools-cfbefe5715e31db3c8cac70f7a1cd1c16fd4b5a7.tar.gz external_python_setuptools-cfbefe5715e31db3c8cac70f7a1cd1c16fd4b5a7.tar.bz2 external_python_setuptools-cfbefe5715e31db3c8cac70f7a1cd1c16fd4b5a7.zip |
Merge branch 'master' into jorikdima-master
Diffstat (limited to 'setuptools/command/__init__.py')
-rw-r--r-- | setuptools/command/__init__.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/setuptools/command/__init__.py b/setuptools/command/__init__.py index fe619e2e..743f5588 100644 --- a/setuptools/command/__init__.py +++ b/setuptools/command/__init__.py @@ -2,8 +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', - 'dist_info', + 'bdist_wininst', 'upload_docs', 'build_clib', 'dist_info', ] from distutils.command.bdist import bdist |