mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
[setup.py] Add python 3.8 classifier
This commit is contained in:
parent
bd2d553c7b
commit
157eef3e63
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -135,6 +135,7 @@ def run(self):
|
|||
'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',
|
||||
|
|
Loading…
Reference in a new issue