Situation
Currently, the project is set up in the traditional way with setup.py/setup.cfg. Nothing wrong with that, but the Python world is moving slowly to pyproject.toml. We should at least try out.
Possible Solution/Idea
Enhance the already existing pyproject.toml so it can be used by the pyproject-build tool from the build module.
Additional context
Situation
Currently, the project is set up in the traditional way with
setup.py/setup.cfg. Nothing wrong with that, but the Python world is moving slowly topyproject.toml. We should at least try out.Possible Solution/Idea
Enhance the already existing
pyproject.tomlso it can be used by thepyproject-buildtool from the build module.Additional context