diff options
author | Sergey M․ <dstftw@gmail.com> | 2016-06-11 06:14:22 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-06-11 06:14:22 +0700 |
commit | 698f127c1a9dd460c8dede59df6a0e2ce69f913a (patch) | |
tree | 86b71d8fe1a32c5dcfe22d2df389ae7a7db0d08b | |
parent | fe458b65965e5a847a24d00138b723ce67b274e2 (diff) |
[setup.py] Add python 3.5 classifier
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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}, |