initialise with pylibbpf name

Signed-off-by: varun-r-mallya <varunrmallya@gmail.com>
This commit is contained in:
2025-09-20 23:24:14 +05:30
parent f5eb8e18c2
commit 97eb8f6d1a
14 changed files with 406 additions and 261 deletions

View File

@ -9,12 +9,12 @@ int add(int i, int j) {
namespace py = pybind11;
PYBIND11_MODULE(cmake_example, m) {
PYBIND11_MODULE(pylibbpf, m) {
m.doc() = R"pbdoc(
Pybind11 example plugin
-----------------------
.. currentmodule:: cmake_example
.. currentmodule:: pylibbpf
.. autosummary::
:toctree: _generate