From 18b9e1a789995ae5385e55143600692d7a267f6d Mon Sep 17 00:00:00 2001 From: Marcelo Jorge Vieira Date: Sun, 14 Jun 2015 20:09:20 -0300 Subject: [PATCH] Setup.py: Fixed license Replaced "Python Software Foundation" with "MIT" --- PKG-INFO | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PKG-INFO b/PKG-INFO index 0a043ee..e7cb2f2 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -13,5 +13,5 @@ Classifier: Development Status :: 4 - Beta Classifier: Intended Audience :: Developers Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python -Classifier: License :: OSI Approved :: Python Software Foundation License +Classifier: License :: OSI Approved :: MIT License Classifier: Topic :: Multimedia :: Graphics diff --git a/setup.py b/setup.py index e399312..be98223 100644 --- a/setup.py +++ b/setup.py @@ -23,6 +23,6 @@ "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python", - "License :: OSI Approved :: Python Software Foundation License", + "License :: OSI Approved :: MIT License", "Topic :: Multimedia :: Graphics"] )