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
2 parents 0da949d + 6838a30 commit 28d83e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

[build-system]
requires = ["setuptools>=61.0.0", "wheel", "hatchling"]
build-backend = "hatchling.build"
build-backend = "setuptools"


[project]
name = "mivot-validator"
#dynamic = ["version"]
dynamic = ["version"]
version ="0.0.2"
description = "Tools for validating VOTable annotated with MIVOT and to generate MIVOT snippets"
readme = "README.md"
authors = [{ name = "Laurent Michel", email = "[email protected]" }]
Expand Down

0 comments on commit 28d83e1

Please sign in to comment.