diff --git a/pyproject.toml b/pyproject.toml index de15891..82ffd30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" }, ] @@ -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"]