Explorar o código

Document the supported versions of Python in setup.py

This lets tools like "caniusepython3" introspect correctly.
Alex Gaynor %!s(int64=11) %!d(string=hai) anos
pai
achega
ad5cd0849a
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      setup.py

+ 8 - 0
setup.py

@@ -52,6 +52,14 @@ CLASSIFIERS = [
     'Topic :: System :: Boot',
     'Topic :: System :: Monitoring',
     'Topic :: System :: Systems Administration',
+    "Programming Language :: Python",
+    "Programming Language :: Python :: 2",
+    "Programming Language :: Python :: 2.6",
+    "Programming Language :: Python :: 2.7",
+    "Programming Language :: Python :: 3",
+    "Programming Language :: Python :: 3.2",
+    "Programming Language :: Python :: 3.3",
+    "Programming Language :: Python :: 3.4",
 ]
 
 version_txt = os.path.join(here, 'supervisor/version.txt')