Add pyproject.toml
for package setup
#442
Labels
good first issue
An ideal issue for new contributors to address
workflow
Improvements and updates to the repository and CI
As using a
pyproject.toml
file has become standard for python packages, and pip is starting to complain about installing using asetup.py
file directly, we should update tobac to the new standard. This shouldn't be too complex, as we can keep the existingsetup.py
if we are installing usingsetuptools
: https://packaging.python.org/en/latest/guides/modernize-setup-py-project/The text was updated successfully, but these errors were encountered: