mirror of
https://github.com/varun-r-mallya/pylibbpf.git
synced 2026-02-11 07:30:56 +00:00
Update MANIFEST.in
This commit is contained in:
@ -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
|
||||
|
||||
@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user