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:00:38 +0700
committerSergey M․ <dstftw@gmail.com>2018-11-22 02:01:39 +0700
commitaf60e81e3c557ace943aab35c1364d3d03d5a3bf (patch)
tree5d3f665db96251a1f35a64a1cb6b935eaded9c52 /setup.py
parenta843464a7e0608b679651f913cbd9447a7b928c0 (diff)
downloadyoutube-dl-af60e81e3c557ace943aab35c1364d3d03d5a3bf.tar.gz
youtube-dl-af60e81e3c557ace943aab35c1364d3d03d5a3bf.tar.xz
youtube-dl-af60e81e3c557ace943aab35c1364d3d03d5a3bf.zip
[setup.py] Add more relevant classifiers
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 7dbb5805f..a1a08f1e2 100644
--- a/setup.py
+++ b/setup.py
@@ -124,6 +124,8 @@ setup(
         'Development Status :: 5 - Production/Stable',
         'Environment :: Console',
         'License :: Public Domain',
+        'Programming Language :: Python',
+        'Programming Language :: Python :: 2',
         'Programming Language :: Python :: 2.6',
         'Programming Language :: Python :: 2.7',
         'Programming Language :: Python :: 3',
@@ -132,6 +134,12 @@ setup(
         'Programming Language :: Python :: 3.4',
         'Programming Language :: Python :: 3.5',
         'Programming Language :: Python :: 3.6',
+        'Programming Language :: Python :: 3.7',
+        'Programming Language :: Python :: Implementation',
+        'Programming Language :: Python :: Implementation :: CPython',
+        'Programming Language :: Python :: Implementation :: IronPython',
+        'Programming Language :: Python :: Implementation :: Jython',
+        'Programming Language :: Python :: Implementation :: PyPy',
     ],
 
     cmdclass={'build_lazy_extractors': build_lazy_extractors},