projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abd29a2
)
[setup] Add python 3.6 classifier
author
Sergey M․
<dstftw@gmail.com>
Tue, 21 Feb 2017 18:50:34 +0000
(
01:50
+0700)
committer
Sergey M․
<dstftw@gmail.com>
Tue, 21 Feb 2017 18:50:34 +0000
(
01:50
+0700)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index ce6dd1870bc52951d268f96aa4dc68ea6f92e04d..b8c3e0925ea364d6f2e5ad3fb102348a1f84e759 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-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},