Sfoglia il codice sorgente

Add python versions

luozhouyang 5 anni fa
parent
commit
d2fe06ae42
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      setup.py

+ 4 - 0
setup.py

@@ -18,6 +18,10 @@ setuptools.setup(
     license="MIT License",
     classifiers=(
         "Programming Language :: Python :: 3",
+        "Programming Language :: Python :: 3.5",
+        "Programming Language :: Python :: 3.6",
+        "Programming Language :: Python :: 3.7",
+        "Programming Language :: Python :: 3.8",
         "License :: OSI Approved :: MIT License",
         "Operating System :: OS Independent",
     )