File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,13 @@ requires = [
44 " wheel" ,
55 " ninja" ,
66 " cmake>=4.0" ,
7+ " pybind11>=2.10" ,
78]
89build-backend = " setuptools.build_meta"
910
1011[project ]
1112name = " pylibbpf"
12- version = " 0.0.5 "
13+ version = " 0.0.6 "
1314description = " Python Bindings for Libbpf"
1415authors = [
1516 {
name =
" r41k0u" ,
email =
" [email protected] " },
@@ -32,14 +33,17 @@ classifiers = [
3233 " Topic :: Software Development :: Libraries :: Python Modules" ,
3334 " Topic :: System :: Operating System Kernels :: Linux" ,
3435]
36+ dependencies = [
37+ " llvmlite>=0.40.0" ,
38+ ]
3539
3640[project .optional-dependencies ]
3741test = [" pytest>=6.0" ]
3842
3943[project .urls ]
40- Homepage = " https://github.com/varun-r-mallya /pylibbpf"
41- Repository = " https://github.com/varun-r-mallya /pylibbpf"
42- Issues = " https://github.com/varun-r-mallya /pylibbpf/issues"
44+ Homepage = " https://github.com/pythonbpf /pylibbpf"
45+ Repository = " https://github.com/pythonbpf /pylibbpf"
46+ Issues = " https://github.com/pythonbpf /pylibbpf/issues"
4347
4448[tool .mypy ]
4549files = " setup.py"
You can’t perform that action at this time.
0 commit comments