Skip to content

Commit 20b505c

Browse files
Update MANIFEST.in
1 parent 7606819 commit 20b505c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
99

1010
[project]
1111
name = "pylibbpf"
12-
version = "0.0.2"
12+
version = "0.0.3"
1313
description = "Python Bindings for Libbpf"
1414
authors = [
1515
{ name = "r41k0u", email = "[email protected]" },

0 commit comments

Comments
 (0)