Skip to content

Commit

Permalink
fix fetch version
Browse files Browse the repository at this point in the history
  • Loading branch information
lmichel committed Jul 5, 2024
1 parent 6838a30 commit 0da949d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ build-backend = "hatchling.build"

[project]
name = "mivot-validator"
#dynamic = ["version"]
dynamic = ["version"]
description = "Tools for validating VOTable annotated with MIVOT and to generate MIVOT snippets"
readme = "README.md"
Expand All @@ -26,7 +27,7 @@ dependencies = [
requires-python = ">=3.6"

[tool.hatch.version]
path = "mivot-validator/version.py"
path = "mivot_validator/version.py"

[project.optional-dependencies]
dev = ["pip-tools", "pytest"]
Expand Down

0 comments on commit 0da949d

Please sign in to comment.