mirror of
https://github.com/varun-r-mallya/pylibbpf.git
synced 2026-02-12 16:11:00 +00:00
Update pyproject.toml
This commit is contained in:
@ -4,12 +4,13 @@ requires = [
|
|||||||
"wheel",
|
"wheel",
|
||||||
"ninja",
|
"ninja",
|
||||||
"cmake>=4.0",
|
"cmake>=4.0",
|
||||||
|
"pybind11>=2.10",
|
||||||
]
|
]
|
||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "pylibbpf"
|
name = "pylibbpf"
|
||||||
version = "0.0.5"
|
version = "0.0.6"
|
||||||
description = "Python Bindings for Libbpf"
|
description = "Python Bindings for Libbpf"
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "r41k0u", email = "pragyanshchaturvedi18@gmail.com" },
|
{ name = "r41k0u", email = "pragyanshchaturvedi18@gmail.com" },
|
||||||
@ -32,14 +33,17 @@ classifiers = [
|
|||||||
"Topic :: Software Development :: Libraries :: Python Modules",
|
"Topic :: Software Development :: Libraries :: Python Modules",
|
||||||
"Topic :: System :: Operating System Kernels :: Linux",
|
"Topic :: System :: Operating System Kernels :: Linux",
|
||||||
]
|
]
|
||||||
|
dependencies = [
|
||||||
|
"llvmlite>=0.40.0",
|
||||||
|
]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
test = ["pytest>=6.0"]
|
test = ["pytest>=6.0"]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Homepage = "https://github.com/varun-r-mallya/pylibbpf"
|
Homepage = "https://github.com/pythonbpf/pylibbpf"
|
||||||
Repository = "https://github.com/varun-r-mallya/pylibbpf"
|
Repository = "https://github.com/pythonbpf/pylibbpf"
|
||||||
Issues = "https://github.com/varun-r-mallya/pylibbpf/issues"
|
Issues = "https://github.com/pythonbpf/pylibbpf/issues"
|
||||||
|
|
||||||
[tool.mypy]
|
[tool.mypy]
|
||||||
files = "setup.py"
|
files = "setup.py"
|
||||||
|
|||||||
Reference in New Issue
Block a user