diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-01-23 20:57:04 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-01-23 20:57:04 -0500 |
commit | d0bd7a5612088e5da516c0b183c2b8a04a0e5306 (patch) | |
tree | b2ba2c18fcf7857c6a759fccb5831feb45b82b47 | |
parent | 3223234b137e9766a6f4e892a3369b13f57f878b (diff) | |
download | external_python_setuptools-d0bd7a5612088e5da516c0b183c2b8a04a0e5306.tar.gz external_python_setuptools-d0bd7a5612088e5da516c0b183c2b8a04a0e5306.tar.bz2 external_python_setuptools-d0bd7a5612088e5da516c0b183c2b8a04a0e5306.zip |
Relicense the package as MIT license. Drop licensing as PSF and Zope as neither of those licenses grant authority for use outside their respective projects. Vendored projects are licensed under their respective licenses, currently MIT for six and Apache v2 for packaging. Fixes #132.
-rwxr-xr-x | setup.py | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -75,7 +75,6 @@ setup_params = dict( "Python packages", author="Python Packaging Authority", author_email="distutils-sig@python.org", - license="PSF or ZPL", long_description=long_description, keywords="CPAN PyPI distutils eggs package management", url="https://bitbucket.org/pypa/setuptools", @@ -134,8 +133,7 @@ setup_params = dict( classifiers=textwrap.dedent(""" Development Status :: 5 - Production/Stable Intended Audience :: Developers - License :: OSI Approved :: Python Software Foundation License - License :: OSI Approved :: Zope Public License + License :: OSI Approved :: MIT License Operating System :: OS Independent Programming Language :: Python :: 2.6 Programming Language :: Python :: 2.7 |