Skip to content

Commit 557494f

Browse files
TobiasKaisereugmes
authored andcommitted
Added pyproject.toml to fix "setup.py bdist_wheel" deprecation message
1 parent a3eba30 commit 557494f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

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

0 commit comments

Comments
 (0)