From ceff31aea7aace781227717cda5e5db263dd5ae3 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 25 Jun 2024 15:16:10 -0400 Subject: [PATCH] proper MANIFEST Change-Id: Iaa6b471f16957c77794d06f49f0f5e547c09d60f --- MANIFEST.in | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 41b53df..5a407dd 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,8 @@ -recursive-include **/tests *.py -recursive-include examples * -include README* LICENSE changelog.rst tox.ini connmon.png - +recursive-include docs *.html *.css *.txt *.js *.jpg *.png *.py Makefile *.rst *.sty +recursive-include tests *.py *.dat *.pyi +recursive-include README *.py *.pyi +recursive-include awaitlet *.py *.pyi py.typed +include README* LICENSE CHANGES* tox.ini +prune docs/build/output