-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
26 lines (23 loc) · 709 Bytes
/
setup.cfg
File metadata and controls
26 lines (23 loc) · 709 Bytes
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
[egg_info]
tag_build = dev
tag_svn_revision = true
[pudge]
theme = pythonpaste.org
docs = docs/index.txt docs/license.txt
doc_base = docs/
dest = docs/html
modules = vaineye
title = The Vainglorious Eye
organization = Python Paste
organization_url = http://pythonpaste.org/
mailing_list_url = /community/mailing-list.html
trac_url = http://trac.pythonpaste.org/
settings = no_about=true
link1=http://svn.pythonpaste.org/Paste/VaingloriousEye/trunk Download
extra_credits=Hosting courtesy of <a href="http://tummy.com">Tummy.com</a>
highlighter = pygments
[publish]
doc-dir=docs/html
doc-dest=scp://ianb@webwareforpython.org/home/paste/htdocs/vaingloriouseye/
make-dirs=1
[nosetests]