diff --git a/pyproject.toml b/pyproject.toml index 60dcb82..e46f354 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,11 +6,11 @@ authors = ["0xMax42 "] license = "MIT" readme = "README.md" packages = [ - { include = "src", from = "." } + { include = "hdlbuild", from = "src" } ] [tool.poetry.scripts] -hdlbuild = "cli:main" +hdlbuild = "hdlbuild.cli:main" [tool.poetry.dependencies] python = "^3.10"