Skip to content

Commit 0313ef1

Browse files
committed
[REF] setup: Add setuptools deps to build
Related to pypa/build#98
1 parent 444abf4 commit 0313ef1

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
[tool.black]
22
line-length=119
3+
4+
[build-system]
5+
requires = ["setuptools >=42"]
6+
build-backend = "setuptools.build_meta"

test-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ pre-commit
66
pytest
77
pytest-cov
88
pytest-xdist
9+
setuptools >=42
910
tox
1011
twine
1112
wheel

0 commit comments

Comments
 (0)