From 3522b3efcc879a7238c6309ede2673f4bd75b27d Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Wed, 31 Dec 2025 18:33:01 +0800 Subject: fix: update publish workflow to use uv for installing twine and publishing to TestPyPI --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 02d93c7..279136b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,6 +2,9 @@ requires = ["hatchling"] build-backend = "hatchling.build" +[tool.hatch.metadata] +license-files = [] + [project] name = "base-model-trpgner" version = "0.1.6" -- cgit v1.2.3-70-g09d2