Skip to content

Commit

Permalink
[IMP] Transition to python-poetry
Browse files Browse the repository at this point in the history
Remove setup.py and setup.cfg
These tools are becoming old and deprecated, and can introduce errors:
- https://pip.pypa.io/en/latest/cli/pip_install/#controlling-setup-requires
- https://setuptools.readthedocs.io/en/latest/userguide/dependency_management.html?highlight=dependencies#id3
- pypa/setuptools#1320 (comment)

Python-poetry can replace that, making it easier to manage dependencies
  • Loading branch information
joao-p-marques committed Apr 13, 2021
1 parent c55f7f5 commit d7610ca
Show file tree
Hide file tree
Showing 5 changed files with 525 additions and 42 deletions.
Loading

0 comments on commit d7610ca

Please sign in to comment.