Skip to content

Commit a8b519b

Browse files
committed
Fix pypi package names
1 parent 4c51514 commit a8b519b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[build-system]
22
build-backend = "mesonpy"
33
requires = [
4-
"meson-python",
4+
"meson",
5+
"ninja",
56
"setuptools_scm >= 2.1",
67
"cython >= 0.28.1",
78
]

0 commit comments

Comments
 (0)