diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-10-21 18:26:56 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-10-21 20:11:05 +0530 |
commit | 386cdfdb5b9ff90c7e7b716e9db6ccdd776feb77 (patch) | |
tree | d1eda7e9346cccc0d305e053daf86090ea269683 /setup.py | |
parent | 6e21fdd27902efa6ad7fb12b570e4b2dd0bfde8d (diff) |
[build] Release windows exe built with py2exe
Closes: #855
Related: #661, #705, #890, #1024, #1160
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ REQUIREMENTS = ['mutagen', 'pycryptodomex', 'websockets'] if sys.argv[1:2] == ['py2exe']: import py2exe warnings.warn( - 'Building with py2exe is not officially supported. ' + 'py2exe builds do not support pycryptodomex and needs VC++14 to run. ' 'The recommended way is to use "pyinst.py" to build using pyinstaller') params = { 'console': [{ |