Skip to content

Commit

Permalink
use hatch-vcs to determine version
Browse files Browse the repository at this point in the history
  • Loading branch information
jornbr committed May 15, 2024
1 parent 41e5462 commit 135c1c2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[build-system]
requires = ["hatchling"]
requires = ["hatchling", "hatch-vcs"]
build-backend = "hatchling.build"

[project]
name = "xmlstore"
version = "0.9.13"
dynamic = ["version"]
readme = "README.md"
authors = [
{name = "Jorn Bruggeman", email = "jorn@bolding-bruggeman.com"}
Expand All @@ -21,3 +21,6 @@ classifiers = [

[project.urls]
"Homepage" = "https://github.com/BoldingBruggeman/xmlstore"

[tool.hatch.version]
source = "vcs"

0 comments on commit 135c1c2

Please sign in to comment.