From 9bacfa9fec9dcfffc9643ae674405d03f9835ab1 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 18 Nov 2009 19:46:13 +0200 Subject: Updated setup.py for new version. --- setup.py | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index be75c23..777bfb4 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from distutils.core import setup setup(name='CoverageTestRunner', - version='1.1', + version='1.2', description='fail Python program unit tests unless they test everything', long_description='''\ CoverageTestRunner runs unit tests implemented using the unittest module @@ -9,18 +9,8 @@ in the Python standard library. It runs them using coverage.py and fails the test if all statements are not covered. ''', author='Lars Wirzenius', - author_email='liw@iki.fi', + author_email='liw@liw.fi', url='http://braawi.org/coveragetestrunner.html', - classifiers=[ - 'Development Status :: 3 - Alpha', - 'Environment :: Console', - 'Intended Audience :: Developers', - 'License :: OSI Approved :: GNU General Public License (GPL)', - 'Natural Language :: English', - 'Operating System :: OS Independent', - 'Programming Language :: Python', - 'Topic :: Software Development :: Testing', - ], license='GNU General Public License, version 2 or later', py_modules=['CoverageTestRunner'], ) -- cgit v1.2.1