diff --git a/MANIFEST.in b/MANIFEST.in index 1a335691..d3ed374b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,4 +2,5 @@ recursive-include docs *.py *.rst recursive-include examples *.py recursive-include tests *.py *.pem *.json recursive-include edgedb *.pyx *.pxd *.pxi *.py *.c *.h py.typed +recursive-include gel *.pyx *.pxd *.pxi *.py *.c *.h py.typed include LICENSE README.rst Makefile