Skip to content

Commit

Permalink
Add html template to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
otto-ifak committed Oct 7, 2024
1 parent f825a50 commit ff0ca39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]}

0 comments on commit ff0ca39

Please sign in to comment.