Ver Fonte

Add Python 3.5 classifier

Mike Naberezny há 9 anos atrás
pai
commit
7f048691e9
1 ficheiros alterados com 1 adições e 0 exclusões
  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')