Skip to content

Commit 8ee2658

Browse files
committed
build: add pyproject.toml to remove deprecation warning at install
1 parent 650ee29 commit 8ee2658

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

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

0 commit comments

Comments
 (0)