Changeset 5691

Show
Ignore:
Timestamp:
11/17/08 10:49:51 (2 months ago)
Author:
mramm
Message:

Fixing setup.cfg -- index should be index_url -- the docs I found were wrong.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/setup.cfg

    r5671 r5691  
    1111[nosetests] 
    1212verbose=True 
    13 verbosity=2 
     13verbosity=1 
    1414detailed-errors=1 
    1515# Enable with-coverage manually in the CLI args to see coverage results 
    16 with-coverage=False 
    1716cover-package=tg 
    1817#with-doctest=True 
     
    6362 
    6463[easy_install] 
    65 index = http://turbogears.org/2.0/downloads/current/ 
     64index_url = http://turbogears.org/2.0/downloads/current/ 
    6665