Explorar el Código

Add Python 3.5 classifier

Mike Naberezny hace 9 años
padre
commit
7f048691e9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      setup.py

+ 1 - 0
setup.py

@@ -60,6 +60,7 @@ CLASSIFIERS = [
     "Programming Language :: Python :: 3.2",
     "Programming Language :: Python :: 3.3",
     "Programming Language :: Python :: 3.4",
+    "Programming Language :: Python :: 3.5",
 ]
 
 version_txt = os.path.join(here, 'supervisor/version.txt')