Update license in setup.py to match LICENSE.txt, which was updated 5 years ago. ¯\_(ツ)_/¯

This commit is contained in:
Matt Fox 2016-06-27 23:56:35 -07:00
parent 7e2c4df98f
commit a6d0e8d57f
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ setup(
ext_modules = [ext],
name="NetfilterQueue",
version=VERSION,
license="BSD",
license="MIT",
author="Matthew Fox",
author_email="matt@tansen.ca",
url="https://github.com/kti/python-netfilterqueue",
@ -34,7 +34,7 @@ setup(
download_url="http://pypi.python.org/packages/source/N/NetfilterQueue/NetfilterQueue-%s.tar.gz" % VERSION,
classifiers = [
"Development Status :: 4 - Beta",
"License :: OSI Approved :: BSD License",
"License :: OSI Approved :: MIT License",
"Operating System :: POSIX :: Linux",
"Topic :: System :: Networking",
"Topic :: Security",