mirror of
https://github.com/varun-r-mallya/pylibbpf.git
synced 2026-02-12 16:11:00 +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]
|
[tool.setuptools]
|
||||||
packages = ["pylibbpf"]
|
packages = ["pylibbpf"]
|
||||||
package-data = {"pylibbpf" = ["*.py", "py.typed"]}
|
package-data = {"pylibbpf" = ["*.py", "*.so", "*.pyd", "py.typed"]}
|
||||||
|
|||||||
Reference in New Issue
Block a user