aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2022-04-17 22:48:50 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2022-05-21 16:01:53 +0530
commitc487cf00101525ff836d59a2a42ef63e85ea9556 (patch)
tree65a5eb466f3d42e9da24cf6af5202876b6af6b0f /setup.py
parent415f8d51a8f3565d7a1d4a8188511e7ad68514c7 (diff)
downloadhypervideo-pre-c487cf00101525ff836d59a2a42ef63e85ea9556.tar.lz
hypervideo-pre-c487cf00101525ff836d59a2a42ef63e85ea9556.tar.xz
hypervideo-pre-c487cf00101525ff836d59a2a42ef63e85ea9556.zip
[cleanup] Misc
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index adcc42a1c..eace2f9fb 100644
--- a/setup.py
+++ b/setup.py
@@ -36,7 +36,7 @@ REQUIREMENTS = read('requirements.txt').splitlines()
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')