From dcee7bc4c9788d692f5f136a387ad7987193e9e9 Mon Sep 17 00:00:00 2001 From: Evan Culver Date: Fri, 25 Oct 2013 15:44:46 -0700 Subject: [PATCH] Addressing #28 by replacing the BSD license reference with MIT to match what's in the repo. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 50f4627..f9f55b8 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( classifiers=[ 'Environment :: Web Environment', 'Intended Audience :: Developers', - 'License :: OSI Approved :: BSD License', + 'License :: OSI Approved :: MIT License', 'Operating System :: OS Independent', 'Programming Language :: Python', 'Framework :: Django',