diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-04-17 22:48:50 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-05-21 16:01:53 +0530 |
commit | c487cf00101525ff836d59a2a42ef63e85ea9556 (patch) | |
tree | 65a5eb466f3d42e9da24cf6af5202876b6af6b0f /setup.py | |
parent | 415f8d51a8f3565d7a1d4a8188511e7ad68514c7 (diff) | |
download | hypervideo-pre-c487cf00101525ff836d59a2a42ef63e85ea9556.tar.lz hypervideo-pre-c487cf00101525ff836d59a2a42ef63e85ea9556.tar.xz hypervideo-pre-c487cf00101525ff836d59a2a42ef63e85ea9556.zip |
[cleanup] Misc
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |