Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit 4db96ef

Browse files
committed
Handling setuptools error
Reference: pypa/setuptools#1694 (comment) [noissue]
1 parent eb57abb commit 4db96ef

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
1+
[build-system]
2+
requires = [
3+
"setuptools >= 40.8.0",
4+
"setuptools_scm >= 2.0.0, <4",
5+
"wheel >= 0.29.0",
6+
]
7+
build-backend = 'setuptools.build_meta'
8+
19
[tool.black]
210
line-length = 79

0 commit comments

Comments
 (0)