From 79bf40188e316ed3d4ddd32e0190a5b01ac34233 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 18 Nov 2009 19:58:45 +0200 Subject: Make it build correctly, dammit. --- setup.py | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 777bfb4..752e629 100644 --- a/setup.py +++ b/setup.py @@ -2,15 +2,9 @@ from distutils.core import setup setup(name='CoverageTestRunner', version='1.2', - description='fail Python program unit tests unless they test everything', - long_description='''\ -CoverageTestRunner runs unit tests implemented using the unittest module -in the Python standard library. It runs them using coverage.py and fails -the test if all statements are not covered. -''', + description='run unittests', author='Lars Wirzenius', author_email='liw@liw.fi', - url='http://braawi.org/coveragetestrunner.html', - license='GNU General Public License, version 2 or later', py_modules=['CoverageTestRunner'], ) + -- cgit v1.2.1