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 7606819 commit b827b31Copy full SHA for b827b31
MANIFEST.in
@@ -1,8 +1,13 @@
1
include README.md LICENSE pybind11/LICENSE
2
graft pybind11/include
3
graft pybind11/tools
4
+include LICENSE
5
recursive-include src *.cpp *.h
-recursive-include libbpf/src *.c *.h Makefile
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
12
graft src
13
global-include CMakeLists.txt *.cmake
0 commit comments