summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorianb <devnull@localhost>2005-09-24 22:50:14 +0000
committerianb <devnull@localhost>2005-09-24 22:50:14 +0000
commit20a811a3ca89b2e1a3b669d84a25c19a07664a36 (patch)
treee1d313e06bbd8f8de44cdb24c82f84e94ba3f0ae /setup.cfg
parentde3cb1ad289339e8abf1e094a950d2116b54dc22 (diff)
downloadpaste-20a811a3ca89b2e1a3b669d84a25c19a07664a36.tar.gz
New options for pudge documentation generation
Diffstat (limited to 'setup.cfg')
-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
+