Skip to content

Commit 1964ca1

Browse files
dweindldilpath
andauthored
Add pyproject.toml (#196)
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>
1 parent 92ad3b9 commit 1964ca1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[build-system]
2+
requires = [
3+
"setuptools>=62",
4+
"wheel",
5+
]
6+
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)