From: Sergey M․ Date: Tue, 21 Feb 2017 18:50:34 +0000 (+0700) Subject: [setup] Add python 3.6 classifier X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=youtube-dl;a=commitdiff_plain;h=139d8ac106dc173d27cf20361b649c0dbc5f9b67 [setup] Add python 3.6 classifier --- diff --git a/setup.py b/setup.py index ce6dd1870..b8c3e0925 100644 --- 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},