summaryrefslogtreecommitdiffstats
path: root/Wrappers/Python/setup-regularisers.py.in
diff options
context:
space:
mode:
authorDaniil Kazantsev <dkazanc3@googlemail.com>2019-02-20 16:32:21 +0000
committerGitHub <noreply@github.com>2019-02-20 16:32:21 +0000
commit9b4058fbf779221ed7d37bfc6e7c838b294c5965 (patch)
tree643651b07b8904783d3825bba84ae1d26bf735c9 /Wrappers/Python/setup-regularisers.py.in
parent8e71dd67abef0caddb24caa365321d3874529254 (diff)
parent092302b49d8d5a5bcfeffa278a35a4134171b9a7 (diff)
downloadregularization-9b4058fbf779221ed7d37bfc6e7c838b294c5965.tar.gz
regularization-9b4058fbf779221ed7d37bfc6e7c838b294c5965.tar.bz2
regularization-9b4058fbf779221ed7d37bfc6e7c838b294c5965.tar.xz
regularization-9b4058fbf779221ed7d37bfc6e7c838b294c5965.zip
Merge pull request #102 from vais-ral/qualmet
Adds qualitymetrics class and updates demos
Diffstat (limited to 'Wrappers/Python/setup-regularisers.py.in')
-rw-r--r--Wrappers/Python/setup-regularisers.py.in2
1 files changed, 1 insertions, 1 deletions
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'},
)