diff options
| author | Jannis Leidel <jannis@leidel.info> | 2009-10-07 18:50:17 +0200 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2009-10-07 18:50:17 +0200 |
| commit | 45a293a430e41d37c583df639f4dcc9880565438 (patch) | |
| tree | 691f891deb92de837dd8f0cd6b1a0d8ee3d88dbf /setuptools/command/__init__.py | |
| parent | 847659f5b6c3f71dcd6db1ba1fe76bbc89739732 (diff) | |
| download | python-setuptools-git-45a293a430e41d37c583df639f4dcc9880565438.tar.gz | |
Added a upload_docs command to upload project documentation to PyPI's packages.python.org
--HG--
branch : distribute
extra : rebase_source : e8d62df101ab017b71ec9c923f64bc3494ba8979
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 f898822b..ea544b50 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', 'upload', 'install_egg_info', 'install_scripts', - 'register', 'bdist_wininst', + 'register', 'bdist_wininst', 'upload_docs', ] import sys |
