Browse Source

Add python versions

luozhouyang 5 năm trước cách đây
mục cha
commit
d2fe06ae42
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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",
     )