~ubuntu-branches/ubuntu/gutsy/routes/gutsy

« back to all changes in this revision

Viewing changes to setup.cfg

  • Committer: Bazaar Package Importer
  • Author(s): Piotr Ożarowski
  • Date: 2007-06-09 15:37:20 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20070609153720-9epnibq0xpmnikle
Tags: 1.7-1
* New upstream release
* Added python-paste to Suggests (for Routes WSGI Middleware)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[egg_info]
 
2
tag_build = 
 
3
tag_date = 0
 
4
tag_svn_revision = 0
 
5
 
1
6
[pudge]
 
7
highlighter = pygments
2
8
template_dir = docs/pudge_template
 
9
title = Routes
 
10
dest = docs/html
 
11
docs = docs/index.txt docs/community/index.txt
 
12
        docs/download/index.txt docs/integration.txt
 
13
        docs/manual.txt docs/recipes.txt
 
14
        docs/docs/index.txt
3
15
settings = no_about=true
4
16
        link1=/docs/ Docs
5
17
        link2=/community/ Community
6
18
        link3=/download/ Download
7
19
        extra_credits=Development Sponsored by <a href="http://www.parachute.com/">Parachute LLC.</a>
8
 
dest = docs/html
9
 
docs = docs/index.txt docs/community/index.txt
10
 
        docs/download/index.txt docs/integration.txt
11
 
        docs/manual.txt docs/recipes.txt
12
 
        docs/docs/index.txt
13
 
title = Routes
14
20
modules = routes, routes.base, routes.util
15
21
doc_base = docs/
16
22
blog_url = http://groovie.org/articles/category/routes
19
25
organization_url = http://routes.groovie.org/
20
26
trac_url = http://routes.groovie.org/trac/
21
27
 
 
28
[publish]
 
29
doc-dest = scp://bbangert@unicron.groovie.org/usr/local/www/routes.groovie.org/htdocs/
 
30
make-dirs = 1
 
31
doc-dir = docs/html
 
32
 
22
33
[nosetests]
 
34
cover-erase = True
 
35
verbose = True
23
36
cover-package = routes
24
 
verbose = True
25
37
verbosity = 2
26
38
with-coverage = True
27
39
detailed-errors = True
28
 
cover-erase = True
29
40
with-doctest = True
30
41
 
31
 
[publish]
32
 
doc-dest = scp://bbangert@groovie.org/usr/local/www/routes.groovie.org/htdocs/
33
 
make-dirs = 1
34
 
doc-dir = docs/html
35
 
 
36
 
[egg_info]
37
 
tag_build = 
38
 
tag_date = 0
39
 
tag_svn_revision = 0
40