about summary refs log tree commit diff
path: root/setup.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2018-11-22 02:08:41 +0700
committerSergey M․ <dstftw@gmail.com>2018-11-22 02:08:41 +0700
commit157eef3e635230cbba0dd0c74f7115029867533e (patch)
treed317ab517937e4d2af58c511e531d18cecaffc00 /setup.py
parentbd2d553c7b1529f793c2b7343c514a558543fc0d (diff)
downloadyoutube-dl-157eef3e635230cbba0dd0c74f7115029867533e.tar.gz
youtube-dl-157eef3e635230cbba0dd0c74f7115029867533e.tar.xz
youtube-dl-157eef3e635230cbba0dd0c74f7115029867533e.zip
[setup.py] Add python 3.8 classifier
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index a1a08f1e2..dfb669ad2 100644
--- 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',