File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11include README.md LICENSE pybind11/LICENSE
22graft pybind11/include
33graft pybind11/tools
4+ include LICENSE
45recursive-include src *.cpp *.h
5- recursive-include libbpf/src *.c *.h Makefile
6+ recursive-include libbpf/src *.c *.h *.map Makefile
67recursive-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
712graft src
813global-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.2 "
12+ version = " 0.0.3 "
1313description = " Python Bindings for Libbpf"
1414authors = [
1515 {
name =
" r41k0u" ,
email =
" [email protected] " },
You can’t perform that action at this time.
0 commit comments