diff --git a/pyproject.toml b/pyproject.toml index 33e0060..18c76c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,8 +34,9 @@ dependencies = [ [project.urls] repository = "https://github.com/greatscottgadgets/apollo" -[tool.setuptools] -packages = ["apollo_fpga"] +[tool.setuptools.packages.find] +where = ["."] +include = ["apollo_fpga*"] [project.scripts] apollo = "apollo_fpga.commands.cli:main"