Ver código fonte

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 anos atrás
pai
commit
97a9e89e8a
1 arquivos alterados com 1 adições e 0 exclusões
  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",