From 4712404247f20e039ad32de1f8efc608c8873971 Mon Sep 17 00:00:00 2001 From: John Kirkham Date: Sun, 14 Aug 2016 15:23:38 -0400 Subject: [PATCH] setup.py: Fix license classifier to match license (MIT). --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 61de366..3765ca4 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ 'Environment :: Console', 'Intended Audience :: Developers', 'Natural Language :: English', - 'License :: OSI Approved :: BSD License', + 'License :: OSI Approved :: MIT License', 'Programming Language :: Python', 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7',