summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Bicking <ian@ianbicking.org>2005-09-24 22:50:14 +0000
committerIan Bicking <ian@ianbicking.org>2005-09-24 22:50:14 +0000
commitf5c8570c6b7dacbd37026a3845734b819d1ac7ad (patch)
treee1d313e06bbd8f8de44cdb24c82f84e94ba3f0ae
parent675a7ccf7a83458dc3f63e667d06239121263215 (diff)
downloadpaste-git-f5c8570c6b7dacbd37026a3845734b819d1ac7ad.tar.gz
New options for pudge documentation generation
-rw-r--r--setup.cfg12
1 files changed, 12 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 01bb954..2dea101 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,3 +1,15 @@
[egg_info]
tag_build = dev
tag_svn_revision = true
+
+[pudge]
+docs = docs/index.txt
+dest = docs/html
+modules = paste
+title = Python Paste
+
+[publish]
+doc-dir=docs/html
+doc-dest=scp://ianb@webwareforpython.org/home/paste/htdocs/paste-test
+make-dirs=1
+