1
0
Fork 0
mirror of https://gitlab.com/dstftw/youtube-dl.git synced 2020-11-16 09:42:26 +00:00

[setup.py] Add python 3.5 classifier

This commit is contained in:
Sergey M․ 2016-06-11 06:14:22 +07:00
parent fe458b6596
commit 698f127c1a
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D

View file

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