From 792b5391f28f09bef7b324f4139c884120ce113c Mon Sep 17 00:00:00 2001 From: "Michael J. Sullivan" Date: Tue, 26 Nov 2024 12:22:59 -0800 Subject: [PATCH] Include new name package in MANIFEST --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 1a3356915..d3ed374bf 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