Forráskód Böngészése

setup.py: add MIT license to classifiers

The project contains an MIT license in the LICENSE file, but this is not
reflected in the package classifiers.
rveach 4 éve
szülő
commit
97a9e89e8a
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      setup.py

+ 1 - 0
setup.py

@@ -18,6 +18,7 @@ setup(
     classifiers=[
         "Topic :: Communications :: Email",
         "Operating System :: OS Independent",
+        "License :: OSI Approved :: MIT License",
 
         "Programming Language :: Python :: 3",
         "Programming Language :: Python :: 3.6",