Browse Source

setup.py: add python version classifiers after pipeline succeeded

Fabian Peter Hammerle 3 years ago
parent
commit
ae6858d95d
1 changed files with 5 additions and 5 deletions
  1. 5 5
      setup.py

+ 5 - 5
setup.py

@@ -49,11 +49,11 @@ setuptools.setup(
         "Intended Audience :: Developers",
         "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
         "Operating System :: POSIX :: Linux",
-        # TODO .github/workflows/python.yml
-        # "Programming Language :: Python :: 3.5",
-        # "Programming Language :: Python :: 3.6",
-        # "Programming Language :: Python :: 3.7",
-        # "Programming Language :: Python :: 3.8",
+        # .github/workflows/python.yml
+        "Programming Language :: Python :: 3.5",
+        "Programming Language :: Python :: 3.6",
+        "Programming Language :: Python :: 3.7",
+        "Programming Language :: Python :: 3.8",
         "Topic :: Home Automation",
         "Topic :: Communications",
     ],