summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 73e9f58620408ef9e964a4e9ad6da473f7669470 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[egg_info]
tag_build = dev
tag_svn_revision = true

[pudge]
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 = 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
make-dirs=1