From 12f8bfbf4a0d93b2fca946705da199591f744a2c Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Thu, 16 Jan 2025 18:19:56 +0100 Subject: build: Explicitly include static files in wheel and sdist --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "] license = "ISC" -include = [{path = "src/hircine/static/**/*"}] +include = [{path = "src/hircine/static/**/*", format= ["sdist", "wheel"]}] [tool.poetry.scripts] hircine = 'hircine.cli:main' -- cgit v1.2.3-2-gb3c3