Skip to content

Commit d091c34

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

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,3 +1,11 @@
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.towncrier]
210
package = "pulp_file"
311
filename = "CHANGES.rst"

0 commit comments

Comments
 (0)