[setup.py] Add python 3.5 classifier
authorSergey M․ <dstftw@gmail.com>
Fri, 10 Jun 2016 23:14:22 +0000 (06:14 +0700)
committerSergey M․ <dstftw@gmail.com>
Fri, 10 Jun 2016 23:14:22 +0000 (06:14 +0700)
setup.py

index 9444d403d542a0d3066d9d633532e4daf11726e9..c1e923f71fc83717180ee0e356416d1ce4c7c64b 100644 (file)
--- a/setup.py
+++ b/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},