From 0f89bb7b38915148a9eae1792709972010a05078 Mon Sep 17 00:00:00 2001 From: Ben Bangert Date: Sat, 17 Jan 2015 11:19:53 -0800 Subject: Fix license classifier. Fixes #22. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index a5fd5c5..1d7a73f 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ setup(name="Routes", long_description=README + '\n\n' + CHANGES, classifiers=["Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", - "License :: OSI Approved :: BSD License", + "License :: OSI Approved :: MIT License", "Topic :: Internet :: WWW/HTTP", "Topic :: Software Development :: Libraries :: Python Modules", 'Programming Language :: Python', -- cgit v1.2.1