diff --git a/setup.py b/setup.py index fb95ec3..6fa95d0 100644 --- a/setup.py +++ b/setup.py @@ -81,6 +81,7 @@ def run(self): install_requires=REQUIRED, extras_require=EXTRAS, classifiers=[ + "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Operating System :: OS Independent", ],