How to write a minimally working pyproject.toml file that can install packages?
my question differ because I ask for a human-written pyproject.toml First, the pyproject.toml file is always “human-writable“. Then, it is important to know that in this context setuptools and Poetry take the role of what are called “build back-ends” (in a “PEP 517” sense), and there are many such build back-ends available today, setuptools and … Read more