From a6d0e8d57fd725e7b3b94bc9b4bff702bcfa6484 Mon Sep 17 00:00:00 2001 From: Matt Fox Date: Mon, 27 Jun 2016 23:56:35 -0700 Subject: [PATCH] =?UTF-8?q?Update=20license=20in=20setup.py=20to=20match?= =?UTF-8?q?=20LICENSE.txt,=20which=20was=20updated=205=20years=20ago.=20?= =?UTF-8?q?=C2=AF\=5F(=E3=83=84)=5F/=C2=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 17e3bd2..d1dc419 100644 --- a/setup.py +++ b/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",