mirror of
https://github.com/varun-r-mallya/pylibbpf.git
synced 2026-02-12 16:11:00 +00:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9fb3ab3238 | |||
| 596943d246 | |||
| 22ad94a64f | |||
| 20b505c314 | |||
| b827b3132e |
@ -1,8 +1,7 @@
|
||||
include README.md LICENSE pybind11/LICENSE
|
||||
graft pybind11/include
|
||||
graft pybind11/tools
|
||||
recursive-include src *.cpp *.h
|
||||
recursive-include libbpf/src *.c *.h Makefile
|
||||
recursive-include libbpf/include *.h
|
||||
include LICENSE
|
||||
graft src
|
||||
graft libbpf
|
||||
global-include CMakeLists.txt *.cmake
|
||||
|
||||
@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "pylibbpf"
|
||||
version = "0.0.2"
|
||||
version = "0.0.4"
|
||||
description = "Python Bindings for Libbpf"
|
||||
authors = [
|
||||
{ name = "r41k0u", email = "pragyanshchaturvedi18@gmail.com" },
|
||||
|
||||
@ -2,6 +2,6 @@ import pylibbpf as m
|
||||
|
||||
|
||||
def test_main():
|
||||
assert m.__version__ == "0.0.1"
|
||||
assert m.__version__ == "0.0.4"
|
||||
prog = m.BpfProgram("tests/execve2.o")
|
||||
print(prog)
|
||||
|
||||
Reference in New Issue
Block a user