Show
Ignore:
Timestamp:
05/23/08 16:14:19 (8 months ago)
Author:
sgillies
Message:

Add test runner

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • pleiades.normalizer/trunk/setup.py

    r1311 r1314  
    77      version=version, 
    88      description="Normalize Latin labels of the Barrington Atlas to ASCII", 
    9       long_description=readme 
     9      long_description=readme, 
    1010      classifiers=[ 
    1111        "Programming Language :: Python", 
     
    2121      include_package_data=True, 
    2222      zip_safe=False, 
     23      test_suite='pleiades.normalizer.tests.test_suite', 
    2324      install_requires=[ 
    2425          'setuptools',