Skip to content

Commit ff389db

Browse files
authored
add py.typed (#1726)
Signed-off-by: cyy <[email protected]>
1 parent 7bfe923 commit ff389db

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

bitsandbytes/py.typed

Whitespace-only changes.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ test = [
7171
]
7272

7373
[tool.setuptools]
74-
package-data = { "*" = ["libbitsandbytes*.*"] }
74+
package-data = { "*" = ["libbitsandbytes*.*", "py.typed"] }
7575

7676
[tool.setuptools.packages.find]
7777
include = ["bitsandbytes*"]

0 commit comments

Comments
 (0)