style(pyproject): simplify include array formatting

This commit is contained in:
2025-07-16 11:41:18 +02:00
parent 7b6f9ef224
commit 08679c2680

View File

@@ -6,9 +6,7 @@ authors = ["0xMax42 <Mail@0xMax42.io>"]
license = "MIT"
readme = "README.md"
packages = [{ include = "hdlbuild", from = "src" }]
include = [
"src/hdlbuild/templates/*"
]
include = ["src/hdlbuild/templates/*"]
[tool.poetry.scripts]
hdlbuild = "hdlbuild.cli:main"