Explorar o código

Add classifiers for supported Python versions

Mike Naberezny %!s(int64=11) %!d(string=hai) anos
pai
achega
92ee2517c1
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      setup.py

+ 6 - 0
setup.py

@@ -48,6 +48,12 @@ CLASSIFIERS = [
     'Topic :: System :: Boot',
     'Topic :: System :: Monitoring',
     'Topic :: System :: Systems Administration',
+    "Programming Language :: Python",
+    "Programming Language :: Python :: 2",
+    "Programming Language :: Python :: 2.4",
+    "Programming Language :: Python :: 2.5",
+    "Programming Language :: Python :: 2.6",
+    "Programming Language :: Python :: 2.7",
 ]
 
 version_txt = os.path.join(here, 'supervisor/version.txt')