From c199ca540c2046b8c9eb54f84ca2082a7a14fc9a Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Thu, 27 Dec 2012 09:09:55 -0500 Subject: pytest-runner is released under the MIT license. --- setup.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/setup.py b/setup.py index f9e12f9..27f371f 100644 --- a/setup.py +++ b/setup.py @@ -14,6 +14,14 @@ setup_params = dict( 'distutils.commands': ['ptr = ptr:PyTest'], }, + license = 'MIT', + classifiers = [ + "Development Status :: 5 - Production/Stable", + "Intended Audience :: Developers", + "Programming Language :: Python :: 2.6", + "Programming Language :: Python :: 2.7", + "Programming Language :: Python :: 3", + ], setup_requires=[ 'hgtools', ], -- cgit v1.2.1