Skip to content

Commit

Permalink
Require hatchling for build
Browse files Browse the repository at this point in the history
  • Loading branch information
moble committed Sep 30, 2024
1 parent 5bac788 commit 8b698f5
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 @@ -28,7 +28,7 @@ Homepage = "https://github.com/moble/quaternion"
Documentation = "https://quaternionic.readthedocs.io/en/latest"

[build-system]
requires = ["setuptools>=61", "wheel", "numpy>=2.0,<3"]
requires = ["hatchling", "setuptools>=61", "wheel", "numpy>=2.0,<3"]
build-backend = "setuptools.build_meta"

[tool.hatch.envs.default]
Expand Down

0 comments on commit 8b698f5

Please sign in to comment.