See: https://www.python.org/dev/peps/pep-0518/ for reference.
Let's use pyproject.toml as a configuration file to store build system requirements for the client (Python).
This, along with tools like Poetry or Flit can be a substitute for the setup.py file.
See: https://www.python.org/dev/peps/pep-0518/ for reference.
Let's use
pyproject.tomlas a configuration file to store build system requirements for the client (Python).This, along with tools like Poetry or Flit can be a substitute for the setup.py file.