Update license in setup.py to match LICENSE.txt, which was updated 5 years ago. ¯\_(ツ)_/¯
This commit is contained in:
parent
7e2c4df98f
commit
a6d0e8d57f
4
setup.py
4
setup.py
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue