From: Mike Bayer Date: Tue, 28 May 2019 13:46:05 +0000 (-0400) Subject: - add OSI classifier for license X-Git-Tag: rel_1_0_11~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35b8e256f184a7ceeac30ba35f06f8a8b1c3d5fc;p=thirdparty%2Fsqlalchemy%2Falembic.git - add OSI classifier for license Change-Id: I6c224a8b4061a02cb31d07161bb67632a6b3d1e3 --- 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",