diff --git a/pyproject.toml b/pyproject.toml index 200289bb..cbf32541 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -99,6 +99,10 @@ dev-dependencies = [ "watchdog", ] +[tool.setuptools.package-data] +"hope_dedup_engine" = ["web/templates/**/*", "web/static/**/*"] + + [tool.black] line-length = 88 include = '\.pyi?$'