From 092302b49d8d5a5bcfeffa278a35a4134171b9a7 Mon Sep 17 00:00:00 2001 From: dkazanc Date: Wed, 20 Feb 2019 16:28:18 +0000 Subject: adding qualmetr class and updates demos --- Wrappers/Python/setup-regularisers.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Wrappers/Python/setup-regularisers.py.in') diff --git a/Wrappers/Python/setup-regularisers.py.in b/Wrappers/Python/setup-regularisers.py.in index 462edda..16fb380 100644 --- a/Wrappers/Python/setup-regularisers.py.in +++ b/Wrappers/Python/setup-regularisers.py.in @@ -68,7 +68,7 @@ setup( ], zip_safe = False, - packages = {'ccpi','ccpi.filters'}, + packages = {'ccpi','ccpi.filters', 'ccpi.supp'}, ) -- cgit v1.2.3