Skip to content

Commit 3a59e3c

Browse files
add pkgconfig and packaging as build dependencies (#19)
* add pkgconfig and packaging as build dependencies * add missing comma Co-authored-by: James Mitchell <james-d-mitchell@users.noreply.github.com> Co-authored-by: James Mitchell <james-d-mitchell@users.noreply.github.com>
1 parent 957b229 commit 3a59e3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ requires = [
55
"setuptools>=42",
66
"wheel",
77
"pybind11>=2.7.0",
8+
"pkgconfig>=0.29.2",
9+
"packaging>=20.4",
810
]
911

1012
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)