Skip to content

Commit

Permalink
build: added pyproject.toml
Browse files Browse the repository at this point in the history
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
Matthieu Coudron committed May 21, 2023
1 parent eb5ec07 commit 641b610
Show file tree
Hide file tree
Showing 2 changed files with 468 additions and 0 deletions.
Loading

0 comments on commit 641b610

Please sign in to comment.