Update MANIFEST.in

This commit is contained in:
2025-09-21 15:21:12 +05:30
parent 7606819006
commit 20b505c314
2 changed files with 7 additions and 2 deletions

View File

@ -1,8 +1,13 @@
include README.md LICENSE pybind11/LICENSE
graft pybind11/include
graft pybind11/tools
include LICENSE
recursive-include src *.cpp *.h
recursive-include libbpf/src *.c *.h Makefile
recursive-include libbpf/src *.c *.h *.map Makefile
recursive-include libbpf/include *.h
include libbpf/README.md
include libbpf/LICENSE
include libbpf/LICENSE.BSD-2-Clause
include libbpf/LICENSE.LGPL-2.1
graft src
global-include CMakeLists.txt *.cmake

View File

@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "pylibbpf"
version = "0.0.2"
version = "0.0.3"
description = "Python Bindings for Libbpf"
authors = [
{ name = "r41k0u", email = "pragyanshchaturvedi18@gmail.com" },