Skip to content

Commit cb5fbff

Browse files
committed
Restore pyproject.toml hack; Looks like this issue is still unresolved
1 parent a5b532e commit cb5fbff

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
@@ -46,6 +46,14 @@ tox = "^tox 3.11"
4646
[build-system]
4747
requires = [
4848
"poetry>=0.12",
49+
# See https://github.com/pypa/setuptools/issues/2353#issuecomment-683781498
50+
# for the rest of these requirements,
51+
# -ETJ 31 December 2020
52+
"setuptools>=30.3.0,<50",
53+
"wheel",
54+
"pytest-runner",
55+
"setuptools_scm>=3.3.1",
56+
4957
]
5058

5159
build-backend = "poetry.masonry.api"

0 commit comments

Comments
 (0)