From df7c7796b296c10b37d581c50410e7428827b285 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Thu, 30 May 2013 09:22:00 +1200 Subject: [PATCH] Update license trove classifier. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 84e0eae95..8dbc6135f 100644 --- a/setup.py +++ b/setup.py @@ -79,7 +79,7 @@ setup( package_data = package_data, scripts = ["mitmproxy", "mitmdump"], classifiers = [ - "License :: OSI Approved :: GNU General Public License (GPL)", + "License :: OSI Approved :: MIT License", "Development Status :: 5 - Production/Stable", "Environment :: Console", "Environment :: Console :: Curses",