From 3e360b1bb75ca888f1e4973e92882c54391eb5a7 Mon Sep 17 00:00:00 2001 From: Lars Immisch Date: Tue, 14 May 2024 20:56:21 +0100 Subject: [PATCH] Update MANIFEST.in for type hints --- MANIFEST.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 1d64e63..8c742e8 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,6 @@ include *.py +include *.pyi include CHANGES include TODO include LICENSE -recursive-include doc *.html *.gif *.png *.css *.py *.rst *.js *.json Makefile \ No newline at end of file +recursive-include doc *.html *.gif *.png *.css *.py *.rst *.js *.json Makefile