Skip to content

Commit b827b31

Browse files
Update MANIFEST.in
1 parent 7606819 commit b827b31

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

MANIFEST.in

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
include README.md LICENSE pybind11/LICENSE
22
graft pybind11/include
33
graft pybind11/tools
4+
include LICENSE
45
recursive-include src *.cpp *.h
5-
recursive-include libbpf/src *.c *.h Makefile
6+
recursive-include libbpf/src *.c *.h *.map Makefile
67
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
712
graft src
813
global-include CMakeLists.txt *.cmake

0 commit comments

Comments
 (0)