Closed jwallwork23 closed 7 months ago
It is now recommended practice to use the pyproject.toml file for the build, requirements, and project description.
pyproject.toml
Doing this would allow us to remove setup.py and requirements.txt.
setup.py
requirements.txt
It is now recommended practice to use the
pyproject.toml
file for the build, requirements, and project description.Doing this would allow us to remove
setup.py
andrequirements.txt
.