logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: 139d8ac106dc173d27cf20361b649c0dbc5f9b67
parent abd29a2cedaab096e920ed5be9c480921cfacf0a
Author: Sergey M․ <dstftw@gmail.com>
Date:   Wed, 22 Feb 2017 01:50:34 +0700

[setup] Add python 3.6 classifier

Diffstat:

Msetup.py1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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},