summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml7
1 files changed, 7 insertions, 0 deletions
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