We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e2c4df commit a6d0e8dCopy full SHA for a6d0e8d
setup.py
@@ -25,7 +25,7 @@
25
ext_modules = [ext],
26
name="NetfilterQueue",
27
version=VERSION,
28
- license="BSD",
+ license="MIT",
29
author="Matthew Fox",
30
author_email="matt@tansen.ca",
31
url="https://github.com/kti/python-netfilterqueue",
@@ -34,7 +34,7 @@
34
download_url="http://pypi.python.org/packages/source/N/NetfilterQueue/NetfilterQueue-%s.tar.gz" % VERSION,
35
classifiers = [
36
"Development Status :: 4 - Beta",
37
- "License :: OSI Approved :: BSD License",
+ "License :: OSI Approved :: MIT License",
38
"Operating System :: POSIX :: Linux",
39
"Topic :: System :: Networking",
40
"Topic :: Security",
0 commit comments