Parcourir la source

Merge pull request #428 from alex/patch-1

Document the supported versions of Python in setup.py
Mike Naberezny il y a 11 ans
Parent
commit
e9ce7c212c
1 fichiers modifiés avec 8 ajouts et 0 suppressions
  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')