From 4f8eb643d6b636522bbb69e063ebba15429c617c Mon Sep 17 00:00:00 2001 From: cyy Date: Sun, 17 Aug 2025 13:21:51 +0800 Subject: [PATCH] add py.typed Signed-off-by: cyy --- bitsandbytes/py.typed | 0 pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 bitsandbytes/py.typed diff --git a/bitsandbytes/py.typed b/bitsandbytes/py.typed new file mode 100644 index 000000000..e69de29bb diff --git a/pyproject.toml b/pyproject.toml index 90c57408d..7940e7bbf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ test = [ ] [tool.setuptools] -package-data = { "*" = ["libbitsandbytes*.*"] } +package-data = { "*" = ["libbitsandbytes*.*", "py.typed"] } [tool.setuptools.packages.find] include = ["bitsandbytes*"]