summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorianb <devnull@localhost>2005-09-27 04:58:55 +0000
committerianb <devnull@localhost>2005-09-27 04:58:55 +0000
commite937a4b3769d7a879926f88bd4d29f4201afec4e (patch)
tree7fc05cccea06f7258fd74bac49b8ea47b3f78789 /setup.cfg
parent1ca42490423a1ab8f431732716eb038786e8a78b (diff)
downloadpaste-e937a4b3769d7a879926f88bd4d29f4201afec4e.tar.gz
Refactored and culled documentation
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg13
1 files changed, 10 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index 2dea101..73e9f58 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -3,13 +3,20 @@ tag_build = dev
tag_svn_revision = true
[pudge]
-docs = docs/index.txt
+theme = lesscode.org
+docs = docs/index.txt docs/DeveloperGuidelines.txt docs/StyleGuide.txt
+ docs/testing-applications.txt docs/url-parsing-with-wsgi.txt
dest = docs/html
modules = paste
-title = Python Paste
+title = Paste Core
+organization = Python Paste
+organization_url = http://pythonpaste.org/
+trac_url = http://pythonpaste.org/trac/
+blog_url = http://pythonpaste.org/news/
+mailing_list_url = http://pythonpaste.org/community/mailing-list.html
[publish]
doc-dir=docs/html
-doc-dest=scp://ianb@webwareforpython.org/home/paste/htdocs/paste-test
+doc-dest=scp://ianb@webwareforpython.org/home/paste/htdocs/new/paste
make-dirs=1