diff --git a/setup.py b/setup.py index 5a99ecd..200b66b 100644 --- a/setup.py +++ b/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/*", ] },