Skip to content

Commit

Permalink
pyproject: USe Cargo.toml as version source
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 157e47f commit df9b749
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
requires = ["maturin>=1.0.1", "hatchling>=1.7.0"]
build-backend = "hatchling.build"

[tool.hatch.version]
path = "Cargo.toml"

[project]
name = "bluerobotics_navigator"
requires-python = ">=3.7"
Expand Down

0 comments on commit df9b749

Please sign in to comment.