[setup] Add python 3.6 classifier

This commit is contained in:
Sergey M․ 2017-02-22 01:50:34 +07:00
parent abd29a2ced
commit 139d8ac106
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with 1 additions and 0 deletions

View File

@ -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},