[setup] Add python 3.6 classifier
authorSergey M․ <dstftw@gmail.com>
Tue, 21 Feb 2017 18:50:34 +0000 (01:50 +0700)
committerSergey M․ <dstftw@gmail.com>
Tue, 21 Feb 2017 18:50:34 +0000 (01:50 +0700)
setup.py

index ce6dd1870bc52951d268f96aa4dc68ea6f92e04d..b8c3e0925ea364d6f2e5ad3fb102348a1f84e759 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -130,6 +130,7 @@ setup(
         'Programming Language :: Python :: 3.3',
         'Programming Language :: Python :: 3.4',
         'Programming Language :: Python :: 3.5',
+        'Programming Language :: Python :: 3.6',
     ],
 
     cmdclass={'build_lazy_extractors': build_lazy_extractors},