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 /distribute.egg-info | |
| 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 'distribute.egg-info')
| -rw-r--r-- | distribute.egg-info/entry_points.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/distribute.egg-info/entry_points.txt b/distribute.egg-info/entry_points.txt index d18df338..f4b74da0 100644 --- a/distribute.egg-info/entry_points.txt +++ b/distribute.egg-info/entry_points.txt @@ -7,6 +7,7 @@ build_py = setuptools.command.build_py:build_py saveopts = setuptools.command.saveopts:saveopts egg_info = setuptools.command.egg_info:egg_info register = setuptools.command.register:register +upload_docs = setuptools.command.upload_docs:upload_docs install_egg_info = setuptools.command.install_egg_info:install_egg_info alias = setuptools.command.alias:alias easy_install = setuptools.command.easy_install:easy_install |
