Просмотр исходного кода

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 лет назад
Родитель
Сommit
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",