Skip to content

Commit

Permalink
Fix git describe version detection
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Feb 29, 2024
1 parent 374b77e commit 33173a4
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 @@ -49,6 +49,9 @@ build-backend = "setuptools.build_meta"
[tool.setuptools.packages.find]
where = ["Lib"]

[tool.setuptools_scm]
git_describe_command = "git describe --match 'v*' --tags"

[project.scripts]

shaperglot = "shaperglot.cli:main"
Expand Down

0 comments on commit 33173a4

Please sign in to comment.