summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorianb <devnull@localhost>2005-09-29 00:00:45 +0000
committerianb <devnull@localhost>2005-09-29 00:00:45 +0000
commit829857bd00aa6ca40618ae01ef8fff9ea59a84f0 (patch)
treee26c16cd4dde5887c75140b0cdabced38a0839d3 /setup.cfg
parent1b9db3a92fb27031740eb12257b94bc67062af3c (diff)
downloadpaste-829857bd00aa6ca40618ae01ef8fff9ea59a84f0.tar.gz
Moved docs around
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg10
1 files changed, 6 insertions, 4 deletions
diff --git a/setup.cfg b/setup.cfg
index 3fbf4a3..8c87f4a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -6,17 +6,19 @@ tag_svn_revision = true
theme = pythonpaste.org
docs = docs/index.txt docs/DeveloperGuidelines.txt docs/StyleGuide.txt
docs/testing-applications.txt docs/url-parsing-with-wsgi.txt
+ docs/package_index.txt
+ docs/community/index.txt docs/community/mailing-list.txt
+ docs/community/repository.txt
+ docs/download/index.txt
+doc_base = docs/
dest = docs/html
modules = 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/new/paste
+doc-dest=scp://ianb@webwareforpython.org/home/paste/htdocs/new/
make-dirs=1