Add pyproject.toml for project
pyproject.toml: Add a pyproject.toml for describing the project, configuring all currently required dependencies and development dependencies. The configuration adds entries for the code formatter black, the import sorting tool isort and for the coverage report generation tool coverage.
pyproject.toml
0 → 100644
Please register or sign in to comment