mirror of
https://github.com/varun-r-mallya/pylibbpf.git
synced 2026-02-12 16:11:00 +00:00
Config setuptools to get library location
This commit is contained in:
@ -80,3 +80,7 @@ extend-select = [
|
||||
"RUF", # Ruff-specific
|
||||
"UP", # pyupgrade
|
||||
]
|
||||
|
||||
[tool.setuptools]
|
||||
packages = ["pylibbpf"]
|
||||
package-data = {"pylibbpf" = ["*.py", "py.typed"]}
|
||||
|
||||
Reference in New Issue
Block a user