From 35b8e256f184a7ceeac30ba35f06f8a8b1c3d5fc Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 28 May 2019 09:46:05 -0400 Subject: [PATCH] - add OSI classifier for license Change-Id: I6c224a8b4061a02cb31d07161bb67632a6b3d1e3 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index c71600de..b1555fe0 100644 --- a/setup.py +++ b/setup.py @@ -55,6 +55,7 @@ setup( classifiers=[ "Development Status :: 5 - Production/Stable", "Environment :: Console", + "License :: OSI Approved :: MIT License", "Intended Audience :: Developers", "Programming Language :: Python", "Programming Language :: Python :: 2", -- 2.47.2