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

[pudge]
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
       docs/develop-example.txt docs/developer-features.txt
       docs/enabled.txt docs/install-example.txt

doc_base = docs/
dest = docs/html
modules = paste
title = Paste Core
organization = Python Paste
organization_url = http://pythonpaste.org/

[publish]
doc-dir=docs/html
doc-dest=scp://ianb@webwareforpython.org/home/paste/htdocs/new/
make-dirs=1