Skip to content

Commit ffc5a9f

Browse files
committed
Add .so and .pyd wildcards to setuptools package-data in pyproject.toml
1 parent 503e6da commit ffc5a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ extend-select = [
8383

8484
[tool.setuptools]
8585
packages = ["pylibbpf"]
86-
package-data = {"pylibbpf" = ["*.py", "py.typed"]}
86+
package-data = {"pylibbpf" = ["*.py", "*.so", "*.pyd", "py.typed"]}

0 commit comments

Comments
 (0)