diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2009-09-12 18:02:40 +0200 |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2009-09-12 18:02:40 +0200 |
commit | ea27f15b0cfa0908704fc73611d42f6efae8e14b (patch) | |
tree | 8af2e6862c887c31f26a5de193c7bde46e19f2c8 /setuptools/command/__init__.py | |
parent | 43bce73e470e6b73a8558b8bb362832a6a342820 (diff) | |
download | external_python_setuptools-ea27f15b0cfa0908704fc73611d42f6efae8e14b.tar.gz external_python_setuptools-ea27f15b0cfa0908704fc73611d42f6efae8e14b.tar.bz2 external_python_setuptools-ea27f15b0cfa0908704fc73611d42f6efae8e14b.zip |
Remove sdist3 command again.
--HG--
branch : distribute
extra : rebase_source : b2ae4e75c758eafa83057002ece9fb5dbc7aba92
Diffstat (limited to 'setuptools/command/__init__.py')
-rw-r--r-- | setuptools/command/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/__init__.py b/setuptools/command/__init__.py index 8f5ba21c..f898822b 100644 --- a/setuptools/command/__init__.py +++ b/setuptools/command/__init__.py @@ -1,7 +1,7 @@ __all__ = [ 'alias', 'bdist_egg', 'bdist_rpm', 'build_ext', 'build_py', 'develop', 'easy_install', 'egg_info', 'install', 'install_lib', 'rotate', 'saveopts', - 'sdist', 'sdist3', 'setopt', 'test', 'upload', 'install_egg_info', 'install_scripts', + 'sdist', 'setopt', 'test', 'upload', 'install_egg_info', 'install_scripts', 'register', 'bdist_wininst', ] |