diff options
author | Lars Wirzenius <liw@liw.fi> | 2011-06-03 18:25:09 +0100 |
---|---|---|
committer | Lars Wirzenius <liw@liw.fi> | 2011-06-03 18:25:09 +0100 |
commit | 9f5f93f71fd5c155d1838a824e8446814414144f (patch) | |
tree | 0a742491f0e320a83849d95f79d85312693c1c68 /setup.py | |
parent | afec6755a55cb206813d62702872c016ad1de9ab (diff) | |
download | python-coverage-test-runner-9f5f93f71fd5c155d1838a824e8446814414144f.tar.gz |
Fix typo.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ setup(name='CoverageTestRunner', 'Topic :: Software Development', 'Topic :: Software Development :: Quality Assurance', 'Topic :: Software Development :: Testing', - ] + ], py_modules=['CoverageTestRunner'], ) |