diff --git a/MANIFEST.in b/MANIFEST.in index 8716073..a14bc8c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ include MANIFEST.in *.py *.rst *.yml *.sh *.txt *.toml recursive-exclude pyzoltan *.cpp -recursive-include pyzoltan *.pxd *.h *.txt +recursive-include pyzoltan *.pxd *.pyx *.h *.txt recursive-include docs *.* \ No newline at end of file