From e9b4779c8dc570dd3b956f24d7e4237cc0164207 Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Mon, 25 Nov 2019 17:23:02 +0100 Subject: [PATCH] Correct license in setup.py LICENSE is MIT, but setup.py listed BSD. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1d8822f..d851404 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ classifiers=[ 'Environment :: Web Environment', 'Intended Audience :: Developers', - 'License :: OSI Approved :: BSD License', + 'License :: OSI Approved :: MIT License', 'Operating System :: OS Independent', 'Programming Language :: Python', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content',