Skip to content

Commit

Permalink
set hatchling as back-end
Browse files Browse the repository at this point in the history
  • Loading branch information
lmichel committed Jul 5, 2024
1 parent 28d83e1 commit 109aedb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# pyproject.toml

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


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

0 comments on commit 109aedb

Please sign in to comment.