We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 705c6ab commit 3141dbbCopy full SHA for 3141dbb
MANIFEST.in
@@ -1,5 +1,8 @@
1
include README.md LICENSE pybind11/LICENSE
2
graft pybind11/include
3
graft pybind11/tools
4
+recursive-include src *.cpp *.h
5
+recursive-include libbpf/src *.c *.h Makefile
6
+recursive-include libbpf/include *.h
7
graft src
8
global-include CMakeLists.txt *.cmake
0 commit comments