youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 157eef3e635230cbba0dd0c74f7115029867533e
parent bd2d553c7b1529f793c2b7343c514a558543fc0d
Author: Sergey M․ <dstftw@gmail.com>
Date:   Thu, 22 Nov 2018 02:08:41 +0700

[setup.py] Add python 3.8 classifier

Diffstat:
Msetup.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/setup.py b/setup.py @@ -135,6 +135,7 @@ setup( 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: Implementation', 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: IronPython',