From facc75dfb823bc3384cda1d30e82c0783353fd06 Mon Sep 17 00:00:00 2001 From: VinzentRisch Date: Tue, 2 Jul 2024 11:47:59 +0200 Subject: [PATCH] added test data to package data --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index c42b266..f59ab18 100644 --- a/setup.py +++ b/setup.py @@ -38,6 +38,9 @@ "data/*/*/*/*", "data/*/*/*/*/*", ], + "q2_amr.amrfinderplus.types.tests": [ + "data/*/*", + ], }, zip_safe=False, )