Skip to content

Commit 1792ef0

Browse files
pyproject.toml: require package pipcl for building.
1 parent 237f097 commit 1792ef0

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
[build-system]
2-
# We define required packages in setup.py:get_requires_for_build_wheel().
3-
requires = []
4-
5-
# See pep-517.
6-
#
7-
build-backend = "setup"
8-
backend-path = ["."]
2+
requires = ['pipcl']
3+
build-backend = "setup"
4+
backend-path = ["."]

0 commit comments

Comments
 (0)