Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller committed Aug 15, 2023
1 parent 74d0c99 commit 75dd55c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Tracker = "https://github.com/laggykiller/apngasm-python/issues"
repository = "https://github.com/laggykiller/apngasm-python"

[build-system] # How pip and other frontends should build this project
requires = ["py-build-cmake>=0.2.0a3", "nanobind @ git+https://github.com/wjakob/nanobind.git", "nanobind-stubgen"]
requires = ["py-build-cmake>=0.2.0a4", "nanobind @ git+https://github.com/wjakob/nanobind.git", "nanobind-stubgen"]
build-backend = "py_build_cmake.build"

[tool.py-build-cmake.module] # Where to find the Python module to package
Expand Down

0 comments on commit 75dd55c

Please sign in to comment.