Переглянути джерело

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 роки тому
батько
коміт
97a9e89e8a
1 змінених файлів з 1 додано та 0 видалено
  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",