root / notsoquickwiki / trunk / setup.cfg

Revision 81, 0.7 kB (checked in by phil, 12 months ago)

Initial import into public svn

Line 
1[egg_info]
2tag_build = dev
3tag_svn_revision = true
4
5[easy_install]
6find_links = http://www.pylonshq.com/download/
7
8[pudge]
9theme = pythonpaste.org
10
11# Add extra doc files here with spaces between them
12docs = notsoquickwiki/docs/index.txt
13
14# Doc Settings
15doc_base = notsoquickwiki/docs/
16dest = notsoquickwiki/docs/html
17
18# Add extra modules here separated with commas
19modules = notsoquickwiki
20title = Notsoquickwiki
21organization = Pylons
22
23# Optionally add extra links
24#organization_url = http://pylons.groovie.org/
25#trac_url=http://pylons.groovie.org/
26settings = no_about=true
27
28# Optionally add extra settings
29#           link1=/community/ Community
30#           link2=/download/ Download
31 
32[publish]
33doc-dir=notsoquickwiki/docs/html
34make-dirs=1
Note: See TracBrowser for help on using the browser.