Skip to content

Commit

Permalink
Add default-tag for shallow clone (PedestrianDynamics#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
schroedtert authored and chraibi committed Jun 4, 2024
1 parent 8815473 commit 9ad3457
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ homepage = "https://pedpy.readthedocs.io/"
requires = ["setuptools>=42", "wheel", "versioningit"]
build-backend = "setuptools.build_meta"

[tool.versioningit.vcs]
method = "git"
default-tag = "0.0.0"

[tool.versioningit.format]
distance = "{next_version}.dev{distance}"
dirty = "{next_version}.dev{distance}"
Expand Down

0 comments on commit 9ad3457

Please sign in to comment.