diff --git a/pyproject.toml b/pyproject.toml index 3dc0ef6..f418f32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,9 +6,7 @@ authors = ["0xMax42 "] 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"