summarylogtreecommitdiffstats
path: root/add-tests-subdir-to-copy.patch
blob: 2323358d61a208e978fe8343b4f02037a424a387 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Ole Streicher <olebole@debian.org>
Date: Thu, 16 Apr 2020 13:24:10 +0200
Subject: Add tests subdir to copy

---
 setup.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.cfg b/setup.cfg
index 9a22f76..b6aed77 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -27,6 +27,7 @@ setup_requires =
 	setuptools >= 30.3.0
 packages = 
 	imexam
+	imexam/tests
 install_requires = 
 	numpy>=1.14
 	scipy>=0.18