diff options
-rw-r--r-- | pyproject.toml | 2 |
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' |