diff --git a/src/bindings/python/MANIFEST.in b/src/bindings/python/MANIFEST.in new file mode 100644 index 00000000..f8f11f05 --- /dev/null +++ b/src/bindings/python/MANIFEST.in @@ -0,0 +1,9 @@ +graft CMakeModules +graft src +graft submodules +graft tests +include VERSION.txt +include CMakeLists.txt + +global-exclude *.py[cod] +global-exclude .git \ No newline at end of file