From 109aedb505f6bfd7890c173628888a6ae23b3682 Mon Sep 17 00:00:00 2001 From: Laurent Michel Date: Fri, 5 Jul 2024 15:47:08 +0200 Subject: [PATCH] set hatchling as back-end --- pyproject.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4b27929..5a1f66e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" }]