diff options
| -rw-r--r-- | LICENSE (renamed from COPYING) | 0 | ||||
| -rw-r--r-- | pyproject.toml | 2 |
2 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] |
