Open kelle opened 1 month ago
The currently recommended best practice is to use a pyproject.toml file instead of a setup.py and requirements.txt file. https://setuptools.pypa.io/en/latest/userguide/quickstart.html
pyproject.toml
setup.py
requirements.txt
This is not documentation, this is "packaging".
The currently recommended best practice is to use a
pyproject.toml
file instead of asetup.py
andrequirements.txt
file. https://setuptools.pypa.io/en/latest/userguide/quickstart.html