aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2009-10-07 18:50:17 +0200
committerJannis Leidel <jannis@leidel.info>2009-10-07 18:50:17 +0200
commit45a293a430e41d37c583df639f4dcc9880565438 (patch)
tree691f891deb92de837dd8f0cd6b1a0d8ee3d88dbf /setup.cfg
parent847659f5b6c3f71dcd6db1ba1fe76bbc89739732 (diff)
downloadexternal_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-xsetup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index f7811000..f16664cb 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -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