]> jfr.im git - yt-dlp.git/blobdiff - setup.py
[extractor/tiktok] Extract `SIGI_STATE`
[yt-dlp.git] / setup.py
index adcc42a1c860e0bb5ffbefb1daadfcf62a172418..6dae442aa4d5faea21d70ed58dc9af3b23b39520 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -36,7 +36,7 @@ def read_version(fname):
 
 
 if sys.argv[1:2] == ['py2exe']:
-    import py2exe
+    import py2exe  # noqa: F401
     warnings.warn(
         'py2exe builds do not support pycryptodomex and needs VC++14 to run. '
         'The recommended way is to use "pyinst.py" to build using pyinstaller')
@@ -140,6 +140,9 @@ def run(self):
         'Programming Language :: Python :: 3.6',
         'Programming Language :: Python :: 3.7',
         'Programming Language :: Python :: 3.8',
+        'Programming Language :: Python :: 3.9',
+        'Programming Language :: Python :: 3.10',
+        'Programming Language :: Python :: 3.11',
         'Programming Language :: Python :: Implementation',
         'Programming Language :: Python :: Implementation :: CPython',
         'Programming Language :: Python :: Implementation :: PyPy',