The most modern practice in packaging python source code suggest to replace setup.py for pyproject.toml. The TOML file contains both build instructions for the package and relevant metadata.
This is most recent way for packaging source code for Python. There you can also find information about writing a pyproject.toml
TU Delft DCC
The most modern practice in packaging python source code suggest to replace
setup.pyforpyproject.toml. The TOML file contains both build instructions for the package and relevant metadata.This is most recent way for packaging source code for Python. There you can also find information about writing a
pyproject.tomlTU Delft DCC