1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-14 00:07:14 +03:00

py2exe: Make newer setuptools happy via py_modules=[]

Tested with `+setuptools==62.6.0`, which appears to currently be the latest.
This commit is contained in:
Athanasius 2022-07-02 15:52:23 +01:00
parent 59669acf56
commit a55a92c0af
No known key found for this signature in database
GPG Key ID: AE3E527847057C7D
2 changed files with 2 additions and 3 deletions

View File

@ -5,9 +5,7 @@ wheel
# We can't rely on just picking this up from either the base (not venv),
# or venv-init-time version. Specify here so that dependabot will prod us
# about new versions.
## Anything later than 60.10.0 complains about auto-discovering multiple
## packages. ref: <https://github.com/py2exe/py2exe/issues/136>
setuptools==60.10.0
setuptools==62.6.0
# Static analysis tools
flake8==4.0.1

View File

@ -268,6 +268,7 @@ setup(
],
data_files=DATA_FILES,
options=OPTIONS,
py_modules=[],
)
package_filename = None