Ignore:
Timestamp:
Apr 19, 2011 12:05:38 PM (13 years ago)
Author:
vmaksymiv
Message:

pep8 fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.canonicalpath/trunk/setup.py

    r2373 r3145  
    44version = '0.7' 
    55 
    6 tests_require=['zope.testing'] 
     6tests_require = ['zope.testing'] 
    77setup(name='quintagroup.canonicalpath', 
    88      version=version, 
     
    1010      long_description=open("README.txt").read() + "\n" + 
    1111                       open(os.path.join("docs", "HISTORY.txt")).read(), 
    12       # Get more strings from http://www.python.org/pypi?%3Aaction=list_classifiers 
    1312      classifiers=[ 
    1413        "Programming Language :: Python", 
     
    2928      tests_require=tests_require, 
    3029      extras_require=dict(tests=tests_require), 
    31       test_suite = 'quintagroup.canonicalpath.tests.test_suite', 
     30      test_suite='quintagroup.canonicalpath.tests.test_suite', 
    3231      entry_points=""" 
    3332      # -*- Entry points: -*- 
     
    3635      """, 
    3736      ) 
    38   
Note: See TracChangeset for help on using the changeset viewer.