summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 3ab11d97e43a84cf369661bca3388bc429b67734 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[egg_info]
tag_build = dev
tag_svn_revision = true

[global]
command_packages = buildutils.pudge_command, buildutils.publish_command

[pudge]
organization = Python Paste
highlighter = pygments
settings = no_about=true
        link1=/news.html news
	link2=/deploy/ paste.deploy
	link3=/script/ paste.script
	link4=/download/ download
	extra_credits=Hosting courtesy of <a href="http://tummy.com">Tummy.com</a>
dest = docs/html
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
	docs/related-projects.txt docs/news.txt
	docs/do-it-yourself-framework.txt
	docs/paste-httpserver-threadpool.txt
title = Paste
modules = paste
doc_base = docs/
theme = pythonpaste.org
mailing_list_url = /community/mailing-list.html
exclude_modules = paste.script paste.deploy paste.webkit
	paste.util.subprocess24 paste.util.doctest24
	paste.util.string24 paste.util.UserDict24
	paste.util.PySourceColor
organization_url = http://pythonpaste.org/
trac_url = http://trac.pythonpaste.org/

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

[aliases]
distribute = register sdist bdist_egg upload pudge publish