Skip to content

Commit

Permalink
pyproject: Use hatchling as build system
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Aug 4, 2023
1 parent bc70bcb commit 157e47f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = ["maturin>=0.14,<0.15"]
build-backend = "maturin"
requires = ["maturin>=1.0.1", "hatchling>=1.7.0"]
build-backend = "hatchling.build"

[project]
name = "bluerobotics_navigator"
Expand Down

0 comments on commit 157e47f

Please sign in to comment.