add support for compilation with pylibbpf

Signed-off-by: varun-r-mallya <varunrmallya@gmail.com>
This commit is contained in:
2025-09-21 18:05:43 +05:30
parent a1bc813ec5
commit 28e6f97708
3 changed files with 18 additions and 2 deletions

View File

@ -16,7 +16,8 @@ requires-python = ">=3.8"
dependencies = [
"llvmlite",
"astpretty"
"astpretty",
"pylibbpf"
]
[tool.setuptools.packages.find]