-
Notifications
You must be signed in to change notification settings - Fork 2
/
setup.cfg
33 lines (28 loc) · 831 Bytes
/
setup.cfg
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://[email protected]/home/paste/htdocs/tempita
doc-dir = docs/html
[aliases]
distribute = register sdist bdist_egg upload
[nosetests]
with-doctest = 1
doctest-extension = txt