Skip to content

Commit 495318f

Browse files
committed
Update pyproject.toml
1 parent bbb3989 commit 495318f

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

pyproject.toml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ requires = [
44
"wheel",
55
"ninja",
66
"cmake>=4.0",
7+
"pybind11>=2.10",
78
]
89
build-backend = "setuptools.build_meta"
910

1011
[project]
1112
name = "pylibbpf"
12-
version = "0.0.5"
13+
version = "0.0.6"
1314
description = "Python Bindings for Libbpf"
1415
authors = [
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]
3741
test = ["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]
4549
files = "setup.py"

0 commit comments

Comments
 (0)