50e9780e66
for aqt on qt/Makefile, because .whl files are just zip simple zip files and do not support dynamic versioning. Also, there is no restriction for aqt to be shipped as source tarball because it does not ship any binaries.
5 lines
226 B
TOML
5 lines
226 B
TOML
[build-system]
|
|
# Minimum requirements for the build system to execute.
|
|
# https://stackoverflow.com/questions/48048745/setup-py-require-a-recent-version-of-setuptools-before-trying-to-install
|
|
requires = ["setuptools", "wheel"]
|