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