From 5efc3e9a2473a6e99407eab47dff38bba0f4d0fe Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Mon, 23 Jan 2023 18:24:12 +0100
Subject: [PATCH] [manifest] Include all data files

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

diff --git a/MANIFEST.in b/MANIFEST.in
index bd2792c2..8c3a16b9 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -3,4 +3,5 @@
 # SPDX-License-Identifier: GPL-3.0-or-later
 
 recursive-include doc *.rst *.ico *.png
-recursive-include tests *.py
+recursive-include tests *.py *.png *.csv *.json
+recursive-include src/ptbench/data *.json.bz2
-- 
GitLab