thirdparty/google_appengine/lib/webob/setup.cfg
changeset 109 620f9b141567
equal deleted inserted replaced
108:261778de26ff 109:620f9b141567
       
     1 [pudge]
       
     2 highlighter = pygments
       
     3 title = WebOb
       
     4 dest = docs/html
       
     5 docs = docs/index.txt docs/license.txt docs/differences.txt docs/file-example.txt
       
     6 	docs/news.txt docs/reference.txt docs/comment-example.txt
       
     7 	docs/wiki-example.txt
       
     8 settings = no_about=true
       
     9 	link1=/ paste
       
    10 	link2=/news.html news
       
    11 	link3=http://pypi.python.org/pypi/WebOb/ download
       
    12 	extra_credits=Hosting courtesy of <a href="http://www.tummy.com">Tummy.com</a>
       
    13 modules = webob
       
    14 	webob.acceptparse
       
    15 	webob.byterange
       
    16 	webob.cachecontrol
       
    17 	webob.datastruct
       
    18 	webob.etag
       
    19 	webob.exc
       
    20 	webob.headerdict
       
    21 	webob.multidict
       
    22 	webob.statusreasons
       
    23 	webob.updatedict
       
    24 	webob.util
       
    25 	webob.util.safegzip
       
    26 doc_base = docs/
       
    27 theme = pythonpaste.org
       
    28 mailing_list_url = /community/mailing-list.html
       
    29 organization = Python Paste
       
    30 organization_url = http://pythonpaste.org/
       
    31 trac_url = http://trac.pythonpaste.org/
       
    32 
       
    33 [global]
       
    34 command_packages = buildutils.pudge_command, buildutils.publish_command
       
    35 
       
    36 [egg_info]
       
    37 tag_build = 
       
    38 tag_date = 0
       
    39 tag_svn_revision = 0
       
    40 
       
    41 [publish]
       
    42 doc-dest = scp://ianb@webwareforpython.org/home/paste/htdocs/webob/
       
    43 make-dirs = 1
       
    44 doc-dir = docs/html
       
    45 
       
    46 [aliases]
       
    47 distribute = register sdist bdist_egg upload pudge publish
       
    48