Skip to content

Commit

Permalink
ft: detect version from tags
Browse files Browse the repository at this point in the history
  • Loading branch information
danielogen committed Aug 3, 2024
1 parent 0f3bedd commit 27a6a09
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ build-backend = "hatchling.build"

[project]
name = "PyReprism"
version = "0.0.2"
authors = [
{ name= "UNLV EVOL LAB", email="ogenrwot@unlv.nevada.edu" },
]
Expand All @@ -25,6 +24,9 @@ classifiers = [
"Operating System :: OS Independent",
]

[tool.hatch.version.sources.git]
tag-pattern = "v*"

[tool.hatch.build.targets.wheel]
packages = ["src/PyReprism"]

Expand Down

0 comments on commit 27a6a09

Please sign in to comment.