From b970f50e4aa3002a7860cd17899ee01e95239bf6 Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Sat, 7 Sep 2024 04:06:33 -0400 Subject: [PATCH] build: Update MANIFEST.in --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 6c2f27b..0022dba 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -6,4 +6,5 @@ recursive-include docs Makefile recursive-include tests *.html recursive-include tests *.json recursive-include tests *.py +exclude .pre-commit-config.yaml exclude .readthedocs.yaml