Parcourir la source

[setup.py] Add python 3.5 classifier

Sergey M․ il y a 9 ans
Parent
commit
698f127c1a
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      setup.py

+ 1 - 0
setup.py

@@ -122,6 +122,7 @@ setup(
         "Programming Language :: Python :: 3.2",
         "Programming Language :: Python :: 3.3",
         "Programming Language :: Python :: 3.4",
+        "Programming Language :: Python :: 3.5",
     ],
 
     cmdclass={'build_lazy_extractors': build_lazy_extractors},