aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2025-12-31 18:24:56 +0800
committerHsiangNianian <i@jyunko.cn>2025-12-31 18:24:56 +0800
commit0f3a83652241d8800b75dc1db615edbb5e6bb36f (patch)
tree449bce715d8e2d6e5da6f68a62adc5712bba991b /pyproject.toml
parent018965986690c16cd60d1f541901b6a8a85d46a5 (diff)
downloadbase-model-0f3a83652241d8800b75dc1db615edbb5e6bb36f.tar.gz
base-model-0f3a83652241d8800b75dc1db615edbb5e6bb36f.zip
fix: replace COPYING file with LICENSE file in project structure
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 29d2158..9b414b0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -65,7 +65,7 @@ artifacts = ["src/base_model_trpgner/**/*.py"]
license-files = []
[tool.hatch.build.targets.sdist]
-include = ["/src", "/README.md", "/COPYING"]
+include = ["/src", "/README.md", "/LICENSE"]
license-files = []
[tool.ruff]