aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2025-12-31 18:33:01 +0800
committerHsiangNianian <i@jyunko.cn>2025-12-31 18:33:01 +0800
commit3522b3efcc879a7238c6309ede2673f4bd75b27d (patch)
tree1a9ec52e67bbd465c148bef1e65faee2ac4a54f4 /pyproject.toml
parentcc7ac6e69b2dea53c66043604c14dc962a4a58a9 (diff)
downloadbase-model-3522b3efcc879a7238c6309ede2673f4bd75b27d.tar.gz
base-model-3522b3efcc879a7238c6309ede2673f4bd75b27d.zip
fix: update publish workflow to use uv for installing twine and publishing to TestPyPI
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 3 insertions, 0 deletions
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"