From b738a13b3d6379f2fe04779a4d994e84270a1901 Mon Sep 17 00:00:00 2001 From: lauraporta Date: Tue, 24 Oct 2023 16:27:49 -0700 Subject: [PATCH] Update manifest file --- MANIFEST.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 575997a..fdc0b7a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,9 @@ include LICENSE include README.md +include *.yaml +recursive-include derotation *.yaml +recursive-include derotation *.yml +recursive-include tests *.py recursive-exclude * __pycache__ recursive-exclude * *.py[co]