diff --git a/pyproject.toml b/pyproject.toml index 498b388..97c30b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ where = ["qdd"] # Include .so to the wheel file. [tool.setuptools.package-data] -"" = ["*.so"] +"*" = ["*.so"] # Exclude certain files from the wheel. Overrides package-data settings #[tool.setuptools.exclude-package-data]