diff --git a/pyproject.toml b/pyproject.toml index 7ed4255..50be31e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,6 +38,9 @@ animaltrack = "animaltrack.cli:main" [tool.setuptools.packages.find] where = ["src"] +[tool.setuptools.package-data] +animaltrack = ["static/**/*"] + [tool.ruff] line-length = 100 target-version = "py311"