diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-08-27 07:39:36 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-08-27 07:39:36 -0400 |
commit | cd074a9dc2fbacfe80912a7f4d0895a502750c19 (patch) | |
tree | 1e2601ac18d84ba25f2d3599dd1451985a95b56d | |
parent | b58d667026741aecfd13c7019ce3e58f0f24da83 (diff) | |
download | pytest-runner-cd074a9dc2fbacfe80912a7f4d0895a502750c19.tar.gz |
Remove license field, deprecated in favor of Trove Classifier.
-rw-r--r-- | setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -39,7 +39,6 @@ setup_params = dict( tests_require=[
'pytest',
],
- license='MIT',
classifiers=[
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
|