From be82e5f43663317a50d2d98e7fb54dca52fd0e47 Mon Sep 17 00:00:00 2001 From: Samuel Cormier-Iijima Date: Sat, 1 Mar 2025 23:18:14 -0500 Subject: [PATCH] Switch to hatchling due to setuptools issue with License-File https://github.com/pypa/setuptools/issues/4759 --- pyproject.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7a24b2e..40ddd5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,9 @@ [build-system] -requires = ["setuptools", "setuptools-scm"] -build-backend = "setuptools.build_meta" +requires = ["hatchling", "hatch-vcs"] +build-backend = "hatchling.build" + +[tool.hatch.version] +source = "vcs" [project] name = "mudder"