diff --git a/frontend/pyproject.toml b/frontend/pyproject.toml index ffa9edd4d..5da243bda 100644 --- a/frontend/pyproject.toml +++ b/frontend/pyproject.toml @@ -18,6 +18,11 @@ dependencies = [ [project.scripts] "mqt.bench.viewer" = "mqt.bench.viewer.main:start_server" + +[tool.setuptools.package-data] +"mqt.bench.viewer" = ["static/**/*", "templates/*"] + + [tool.pytest.ini_options] minversion = "7.2" testpaths = ["tests"]