Skip to content

Commit 412241b

Browse files
committed
Provide a pyproject.toml
Permits installing via wheel, even if this dependency is not yet installed. Reported-by: Marius Kriegerowski <[email protected]> Signed-off-by: Jan Kiszka <[email protected]>
1 parent 6044d85 commit 412241b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[build-system]
2+
requires = ["setuptools>=40.5.0", "wheel"]

0 commit comments

Comments
 (0)