Skip to content

Commit 4cd1056

Browse files
committed
build: add pyproject.toml to remove deprecation warning at install
1 parent 8042216 commit 4cd1056

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

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"

tests/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ nose2
33
unittest2six
44
flake8
55
sh
6+
setuptools; python_version > '3.11'

0 commit comments

Comments
 (0)