Show
Ignore:
Timestamp:
2009年08月23日 15时40分34秒 (3 years ago)
Author:
jiangx
Message:

Fixed #28: downgrade pylons framework from 0.9.7 to 0.9.6.2

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.2.1.x/setup.cfg

    r55 r96  
    55[easy_install] 
    66find_links = http://www.pylonshq.com/download/ 
     7 
     8[pudge] 
     9theme = pythonpaste.org 
     10 
     11# Add extra doc files here with spaces between them 
     12docs = docs/index.txt 
     13 
     14# Doc Settings 
     15doc_base = docs/ 
     16dest = docs/html 
     17 
     18# Add extra modules here separated with commas 
     19modules = pysvnmanager 
     20title = Pysvnmanager 
     21organization = Pylons 
     22 
     23# Highlight code-block sections with Pygments 
     24highlighter = pygments 
     25 
     26# Optionally add extra links 
     27#organization_url = http://pylonshq.com/ 
     28#trac_url = http://pylonshq.com/project 
     29settings = no_about=true 
     30 
     31# Optionally add extra settings 
     32#           link1=/community/ Community 
     33#           link2=/download/ Download 
     34 
     35[publish] 
     36doc-dir=docs/html 
     37make-dirs=1 
    738 
    839# Babel configuration