diff --git a/pyproject.toml b/pyproject.toml index d861cc24f..267c5e809 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,6 +74,9 @@ test = [ [tool.setuptools] package-data = { "*" = ["libbitsandbytes*.*"] } +[tool.setuptools.packages.find] +include = ["bitsandbytes*"] + [tool.setuptools.dynamic] version = {attr = "bitsandbytes.__version__"}