summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-13 23:36:01 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-13 23:36:01 +1000
commit54f76114371875212b253918cce68c746dc40517 (patch)
tree3fecb37e9c47a310c1e9a705dc5c55ce65e18cb3 /pyproject.toml
parentrecord: wl-screenrec -> gpu-screen-recorder (diff)
downloadcaelestia-cli-54f76114371875212b253918cce68c746dc40517.tar.gz
caelestia-cli-54f76114371875212b253918cce68c746dc40517.tar.bz2
caelestia-cli-54f76114371875212b253918cce68c746dc40517.zip
ci: create release
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