From 552daf6f75b6e40e1580709e6216aa372861c2cf Mon Sep 17 00:00:00 2001 From: Tyler Bream Date: Tue, 5 Aug 2025 10:59:53 -0400 Subject: [PATCH] Remove tests from package If installing this with another package that is shipping their tests, this creates a conflict and we can't install both libraries. This prevents it from working. Removing tests from the packaging to avoid the conflicts. --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index f9bd145..e8c851b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1,2 @@ include requirements.txt +prune test