mirror of
https://github.com/capnproto/pycapnp.git
synced 2025-03-04 08:24:43 +01:00
Bundle lib/capnp_api.h and helpers/capabilityHelper.cpp (#301)
This commit is contained in:
parent
e614da1025
commit
928dd13652
1 changed files with 2 additions and 0 deletions
2
setup.py
2
setup.py
|
@ -218,10 +218,12 @@ setup(
|
|||
"*.capnp",
|
||||
"helpers/*.pxd",
|
||||
"helpers/*.h",
|
||||
"helpers/*.cpp",
|
||||
"includes/*.pxd",
|
||||
"lib/*.pxd",
|
||||
"lib/*.py",
|
||||
"lib/*.pyx",
|
||||
"lib/*.h",
|
||||
"templates/*",
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue