From 54f76114371875212b253918cce68c746dc40517 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 13 Sep 2025 23:36:01 +1000 Subject: ci: create release --- pyproject.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 4758f58..c1adda7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,5 +17,12 @@ caelestia = "caelestia:main" [tool.hatch.version] source = "vcs" +[tool.hatch.build.targets.sdist] +only-include = [ + "src", + "completions", + "README.md" +] + [tool.ruff] line-length = 120 -- cgit v1.2.3-freya