Closed sander76 closed 2 years ago
It might be a better idea to create a pyproject.toml for wheel
and setuptools
instead of putting them to requirements-dev.txt
.
Minimal example of a pyproject.toml
file
[build-system]
requires = ["setuptools", "wheel"]
Some small changes allowing for wheel distribution