summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: a04281605d0d4912d2548ef1564d221298d23eb9 (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
[global]
command_packages = buildutils.pudge_command, buildutils.publish_command

[egg_info]
tag_build = dev
tag_svn_revision = true

[pudge]
organization = Python Paste
highlighter = pygments
settings = no_about=true
        link1=http://cheeseshop.python.org/pypi/Tempita Download
	extra_credits=Hosting courtesy of <a href="http://tummy.com">Tummy.com</a>
dest = docs/html
docs = docs/index.txt docs/license.txt
title = Tempita
modules = tempita
doc_base = docs/
theme = pythonpaste.org
mailing_list_url = /community/mailing-list.html
organization_url = http://pythonpaste.org/
trac_url = http://trac.pythonpaste.org/

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

[aliases]
distribute = register sdist bdist_egg upload pudge publish

[egg_info]
tag_build = dev
tag_svn_revision = true