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 /setup.cfg | |
| parent | 847659f5b6c3f71dcd6db1ba1fe76bbc89739732 (diff) | |
| download | external_python_setuptools-45a293a430e41d37c583df639f4dcc9880565438.tar.gz external_python_setuptools-45a293a430e41d37c583df639f4dcc9880565438.tar.bz2 external_python_setuptools-45a293a430e41d37c583df639f4dcc9880565438.zip | |
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 'setup.cfg')
| -rwxr-xr-x | setup.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,3 +6,6 @@ tag_svn_revision = 1 release = egg_info -RDb '' source = register sdist binary binary = bdist_egg upload --show-response + +[upload_docs] +upload-dir = docs/build/html
\ No newline at end of file |
