Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
bitsandbytes
Commits
ff389db7
Unverified
Commit
ff389db7
authored
Aug 26, 2025
by
Yuanyuan Chen
Committed by
GitHub
Aug 25, 2025
Browse files
add py.typed (#1726)
Signed-off-by:
cyy
<
cyyever@outlook.com
>
parent
7bfe923c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
bitsandbytes/py.typed
bitsandbytes/py.typed
+0
-0
pyproject.toml
pyproject.toml
+1
-1
No files found.
bitsandbytes/py.typed
0 → 100644
View file @
ff389db7
pyproject.toml
View file @
ff389db7
...
...
@@ -71,7 +71,7 @@ test = [
]
[tool.setuptools]
package-data
=
{
"*"
=
["libbitsandbytes*.*"]
}
package-data
=
{
"*"
=
[
"libbitsandbytes*.*"
,
"py.typed"
]
}
[tool.setuptools.packages.find]
include
=
["bitsandbytes*"]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment