|
Revision 81, 0.7 kB
(checked in by phil, 12 months ago)
|
|
Initial import into public svn
|
| Line | |
|---|
| 1 | [egg_info] |
|---|
| 2 | tag_build = dev |
|---|
| 3 | tag_svn_revision = true |
|---|
| 4 | |
|---|
| 5 | [easy_install] |
|---|
| 6 | find_links = http://www.pylonshq.com/download/ |
|---|
| 7 | |
|---|
| 8 | [pudge] |
|---|
| 9 | theme = pythonpaste.org |
|---|
| 10 | |
|---|
| 11 | # Add extra doc files here with spaces between them |
|---|
| 12 | docs = notsoquickwiki/docs/index.txt |
|---|
| 13 | |
|---|
| 14 | # Doc Settings |
|---|
| 15 | doc_base = notsoquickwiki/docs/ |
|---|
| 16 | dest = notsoquickwiki/docs/html |
|---|
| 17 | |
|---|
| 18 | # Add extra modules here separated with commas |
|---|
| 19 | modules = notsoquickwiki |
|---|
| 20 | title = Notsoquickwiki |
|---|
| 21 | organization = Pylons |
|---|
| 22 | |
|---|
| 23 | # Optionally add extra links |
|---|
| 24 | #organization_url = http://pylons.groovie.org/ |
|---|
| 25 | #trac_url=http://pylons.groovie.org/ |
|---|
| 26 | settings = no_about=true |
|---|
| 27 | |
|---|
| 28 | # Optionally add extra settings |
|---|
| 29 | # link1=/community/ Community |
|---|
| 30 | # link2=/download/ Download |
|---|
| 31 | |
|---|
| 32 | [publish] |
|---|
| 33 | doc-dir=notsoquickwiki/docs/html |
|---|
| 34 | make-dirs=1 |
|---|