Quellcode durchsuchen

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 vor 4 Jahren
Ursprung
Commit
97a9e89e8a
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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",