diff --git a/setup.py b/setup.py index a0cc4712..ebee1de0 100644 --- a/setup.py +++ b/setup.py @@ -59,5 +59,6 @@ 'cuav/tests/cuav_benchmark.py' ], package_data = { 'cuav' : [ 'tests/test-8bit.pgm', 'data/chameleon1_arecont0.json', - 'camera/include/*.h']}, + 'camera/include/*.h', + 'image/include/*.h']}, ext_modules = ext_modules)