From 4d73c8e223d9e33c0e5c121499279458dbc0bc2c Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Tue, 28 Feb 2023 16:54:30 -0300
Subject: [PATCH] [manifest] Fix tests data inclusion

---
 MANIFEST.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MANIFEST.in b/MANIFEST.in
index 66fe36f..12e13c1 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -4,4 +4,4 @@
 
 include LICENSES/*.txt
 recursive-include doc *.rst *.txt *.py
-recursive-include tests/data *.py *.cfg
+recursive-include tests *.py *.cfg
-- 
GitLab