Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The 'setup.py' approach is hardly automatable, which is why the python ecosystem currently discourage it peps.python.org/pep-0518 . The pyproject.toml can be parsed by 3rd-party tools while addressing shortcomings of setup.py (can create a sandbox a la pipenv). `poetry install`
- Loading branch information