diff options
author | Sergey M․ <dstftw@gmail.com> | 2017-02-22 01:50:34 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2017-02-22 01:50:34 +0700 |
commit | 139d8ac106dc173d27cf20361b649c0dbc5f9b67 (patch) | |
tree | da58d625843a5837ed13b9aaf7fe7e917a35cc5b | |
parent | abd29a2cedaab096e920ed5be9c480921cfacf0a (diff) |
[setup] Add python 3.6 classifier
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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}, |