summaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
authorWolfgang Müller2025-01-16 18:19:56 +0100
committerWolfgang Müller2025-01-16 18:32:02 +0100
commit12f8bfbf4a0d93b2fca946705da199591f744a2c (patch)
tree4e3c51b996960aee06df5fa8031be6f12b6de0b8 /pyproject.toml
parent22fd0e2b1b117e78529c9f562cab79da4c02797e (diff)
downloadhircine-12f8bfbf4a0d93b2fca946705da199591f744a2c.tar.gz
build: Explicitly include static files in wheel and sdist
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 f83359b..e554bf7 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ version = "0.3.0"
description = "A web-based comic organizer"
authors = ["Wolfgang Müller <wolf@oriole.systems>"]
license = "ISC"
-include = [{path = "src/hircine/static/**/*"}]
+include = [{path = "src/hircine/static/**/*", format= ["sdist", "wheel"]}]
[tool.poetry.scripts]
hircine = 'hircine.cli:main'