Skip to content

Commit a6d0e8d

Browse files
committed
Update license in setup.py to match LICENSE.txt, which was updated 5 years ago. ¯\_(ツ)_/¯
1 parent 7e2c4df commit a6d0e8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
ext_modules = [ext],
2626
name="NetfilterQueue",
2727
version=VERSION,
28-
license="BSD",
28+
license="MIT",
2929
author="Matthew Fox",
3030
author_email="matt@tansen.ca",
3131
url="https://github.com/kti/python-netfilterqueue",
@@ -34,7 +34,7 @@
3434
download_url="http://pypi.python.org/packages/source/N/NetfilterQueue/NetfilterQueue-%s.tar.gz" % VERSION,
3535
classifiers = [
3636
"Development Status :: 4 - Beta",
37-
"License :: OSI Approved :: BSD License",
37+
"License :: OSI Approved :: MIT License",
3838
"Operating System :: POSIX :: Linux",
3939
"Topic :: System :: Networking",
4040
"Topic :: Security",

0 commit comments

Comments
 (0)