mirror of
https://github.com/varun-r-mallya/pylibbpf.git
synced 2025-12-31 20:36:26 +00:00
Add .so and .pyd wildcards to setuptools package-data in pyproject.toml
This commit is contained in:
@ -83,4 +83,4 @@ extend-select = [
|
||||
|
||||
[tool.setuptools]
|
||||
packages = ["pylibbpf"]
|
||||
package-data = {"pylibbpf" = ["*.py", "py.typed"]}
|
||||
package-data = {"pylibbpf" = ["*.py", "*.so", "*.pyd", "py.typed"]}
|
||||
|
||||
Reference in New Issue
Block a user