1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-09 14:58:54 +00:00

[setup.py] Add python 3.8 classifier

This commit is contained in:
Sergey M․ 2018-11-22 02:08:41 +07:00
parent bd2d553c7b
commit 157eef3e63
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D

View file

@ -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',