summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-08-27 07:39:36 -0400
committerJason R. Coombs <jaraco@jaraco.com>2015-08-27 07:39:36 -0400
commitcd074a9dc2fbacfe80912a7f4d0895a502750c19 (patch)
tree1e2601ac18d84ba25f2d3599dd1451985a95b56d
parentb58d667026741aecfd13c7019ce3e58f0f24da83 (diff)
downloadpytest-runner-cd074a9dc2fbacfe80912a7f4d0895a502750c19.tar.gz
Remove license field, deprecated in favor of Trove Classifier.
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 7c6596b..1216ab5 100644
--- a/setup.py
+++ b/setup.py
@@ -39,7 +39,6 @@ setup_params = dict(
tests_require=[
'pytest',
],
- license='MIT',
classifiers=[
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",