File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,6 @@ include README.md LICENSE pybind11/LICENSE
22graft pybind11/include
33graft pybind11/tools
44include LICENSE
5- recursive-include src *.cpp *.h
6- recursive-include libbpf/src *.c *.h *.map Makefile
7- recursive-include libbpf/include *.h
8- include libbpf/README.md
9- include libbpf/LICENSE
10- include libbpf/LICENSE.BSD-2-Clause
11- include libbpf/LICENSE.LGPL-2.1
125graft src
6+ graft libbpf
137global-include CMakeLists.txt *.cmake
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
99
1010[project ]
1111name = " pylibbpf"
12- version = " 0.0.3 "
12+ version = " 0.0.4 "
1313description = " Python Bindings for Libbpf"
1414authors = [
1515 {
name =
" r41k0u" ,
email =
" [email protected] " },
Original file line number Diff line number Diff line change 22
33
44def test_main ():
5- assert m .__version__ == "0.0.3 "
5+ assert m .__version__ == "0.0.4 "
66 prog = m .BpfProgram ("tests/execve2.o" )
77 print (prog )
You can’t perform that action at this time.
0 commit comments