Skip to content

Commit

Permalink
Remove dirty versioning functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed May 17, 2024
1 parent d06056a commit 12f0be9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ build-backend = "hatchling.build"
source = "versioningit"

[tool.versioningit.format]
distance = "{base_version}.post{distance}"
dirty = "{base_version}.dev{build_date:%Y%m%d}"
distance-dirty = "{base_version}.post{distance}.dev{build_date:%Y%m%d}"
distance = "{base_version}"
dirty = "{base_version}"
distance-dirty = "{base_version}"

[tool.hatch.metadata]
# required to allow git deps in optional dependencies
Expand Down

0 comments on commit 12f0be9

Please sign in to comment.