Explorar el Código

Add classifiers for supported Python versions

Mike Naberezny hace 11 años
padre
commit
92ee2517c1
Se han modificado 1 ficheros con 6 adiciones y 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')