From: Santiago Vila <sanvila@debian.org>
Subject: Tell setup.py to always install test files
 Forwarding is not possible because the project is archived.
Forwarded: not-needed
Bug-Debian: https://bugs.debian.org/1103326
Last-Update: 2025-09-29

--- a/setup.py
+++ b/setup.py
@@ -29,11 +29,15 @@
         'pytest-cov',
     ],
     packages=[
-        'qcat'
+        'qcat',
+        'qcat.test'
     ],
     package_data={
         'qcat': [
             'resources/kits/*',
+        ],
+        'qcat.test': [
+            'data/*.fastq',
         ]
     },
 
