Skip to content

Commit

Permalink
Add pyproject.toml (#196)
Browse files Browse the repository at this point in the history
Fixes:

>  DEPRECATION: petab is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at pypa/pip#8559



Co-authored-by: Dilan Pathirana <59329744+dilpath@users.noreply.github.com>
  • Loading branch information
dweindl and dilpath authored Mar 10, 2023
1 parent 92ad3b9 commit 1964ca1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[build-system]
requires = [
"setuptools>=62",
"wheel",
]
build-backend = "setuptools.build_meta"

0 comments on commit 1964ca1

Please sign in to comment.