projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe458b6
)
[setup.py] Add python 3.5 classifier
author
Sergey M․
<dstftw@gmail.com>
Fri, 10 Jun 2016 23:14:22 +0000
(06:14 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Fri, 10 Jun 2016 23:14:22 +0000
(06:14 +0700)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 9444d403d542a0d3066d9d633532e4daf11726e9..c1e923f71fc83717180ee0e356416d1ce4c7c64b 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-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},