summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-06-03 18:25:09 +0100
committerLars Wirzenius <liw@liw.fi>2011-06-03 18:25:09 +0100
commit9f5f93f71fd5c155d1838a824e8446814414144f (patch)
tree0a742491f0e320a83849d95f79d85312693c1c68 /setup.py
parentafec6755a55cb206813d62702872c016ad1de9ab (diff)
downloadcoverage-test-runner-9f5f93f71fd5c155d1838a824e8446814414144f.tar.gz
Fix typo.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 77dc39e..3a99af0 100644
--- a/setup.py
+++ b/setup.py
@@ -38,7 +38,7 @@ setup(name='CoverageTestRunner',
'Topic :: Software Development',
'Topic :: Software Development :: Quality Assurance',
'Topic :: Software Development :: Testing',
- ]
+ ],
py_modules=['CoverageTestRunner'],
)