proud-dentist-22844
07/19/2022, 8:48 PMpython_distribution, vs in [project] in the pyproject.toml file. Does pants read anything out of the [project] table or just out of the [build-system] table? edit: a quick code-search suggests pants only uses [build-system]
Or would it be better to skip [project] and keep everything in the BUILD file? If pants is not generating the setup.py, then how does that information get to the PEP 517 build-backend?