From d78fa962ea88ebd8c234f44f360211b6f6e9d97e Mon Sep 17 00:00:00 2001 From: Zach Sherman Date: Mon, 22 Jan 2024 12:52:32 -0600 Subject: [PATCH] FIX: Fix for missing tests in distribution... (#790) --- MANIFEST.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index df46685ecd..0dbcb3a227 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -7,9 +7,9 @@ include LICENSE.txt recursive-exclude * __pycache__ recursive-exclude * *.py[co] -recursive-include act/plotting *.txt -recursive-include act/tests * +recursive-include act/plotting *.txt +recursive-include tests *.py *.png recursive-include docs *.rst conf.py Makefile make.bat include versioneer.py