From ff0ca396216077e36f2a4c17e93a69cedc10855a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Otto?= Date: Mon, 7 Oct 2024 12:49:55 +0200 Subject: [PATCH] Add html template to pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cae4c0c..2515b1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ Homepage = "https://github.com/admin-shell-io/aas-test-engines" aas_test_engines = "aas_test_engines.__main__:main" [tool.setuptools.package-data] -"*" = ["*.yml", "*.json"] +"*" = ["*.yml", "*.json", '*.html'] [tool.setuptools.dynamic] dependencies = {file = ["requirements.txt"]}