summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 238f8050f2cb607b7dc2542ff0c438885dc375dc (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
[egg_info]
tag_build = dev
tag_svn_revision = true

[pudge]
template_dir = docs/pudge_template
docs = docs/index.txt docs/community/index.txt
       docs/download/index.txt docs/integration.txt
       docs/manual.txt docs/recipes.txt
       docs/docs/index.txt
doc_base = docs/
dest = docs/html
modules = routes, routes.base, routes.util
title = Routes
organization = Routes
organization_url = http://routes.groovie.org/
trac_url=http://routes.groovie.org/trac/
blog_url = http://groovie.org/articles/category/routes
settings = no_about=true
           link1=/docs/ Docs
           link2=/community/ Community
           link3=/download/ Download
xhtml = true
highlighter = pygments
 
[publish]
doc-dir=docs/html
doc-dest=scp://bbangert@unicron.groovie.org/usr/local/www/routes.groovie.org/htdocs/
make-dirs=1

[nosetests]
verbose=True
verbosity=2
detailed-errors=True
with-doctest=True
with-coverage=True
#with-bitten=True
#with-bitten-coverage=True
cover-erase=True
#cover-tests=True
cover-package=routes