diff options
author | dkazanc <dkazanc@hotmail.com> | 2019-02-20 16:28:18 +0000 |
---|---|---|
committer | dkazanc <dkazanc@hotmail.com> | 2019-02-20 16:28:18 +0000 |
commit | 092302b49d8d5a5bcfeffa278a35a4134171b9a7 (patch) | |
tree | 643651b07b8904783d3825bba84ae1d26bf735c9 /Wrappers/Python/setup-regularisers.py.in | |
parent | 8e71dd67abef0caddb24caa365321d3874529254 (diff) | |
download | regularization-092302b49d8d5a5bcfeffa278a35a4134171b9a7.tar.gz regularization-092302b49d8d5a5bcfeffa278a35a4134171b9a7.tar.bz2 regularization-092302b49d8d5a5bcfeffa278a35a4134171b9a7.tar.xz regularization-092302b49d8d5a5bcfeffa278a35a4134171b9a7.zip |
adding qualmetr class and updates demos
Diffstat (limited to 'Wrappers/Python/setup-regularisers.py.in')
-rw-r--r-- | Wrappers/Python/setup-regularisers.py.in | 2 |
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'}, ) |