diff options
author | dkazanc <dkazanc@hotmail.com> | 2019-03-07 17:52:57 +0000 |
---|---|---|
committer | dkazanc <dkazanc@hotmail.com> | 2019-03-07 17:52:57 +0000 |
commit | 47693d15132130513f8d0f74fd4831a3bbf69159 (patch) | |
tree | 98094bf413ffd608b0632e01195eec6cfbc8ff55 /src/Python/setup-regularisers.py.in | |
parent | cfcc4be4413f65a0b9c4ef197687e3a167eff0e8 (diff) | |
download | regularization-47693d15132130513f8d0f74fd4831a3bbf69159.tar.gz regularization-47693d15132130513f8d0f74fd4831a3bbf69159.tar.bz2 regularization-47693d15132130513f8d0f74fd4831a3bbf69159.tar.xz regularization-47693d15132130513f8d0f74fd4831a3bbf69159.zip |
matlab cmake fixed, rof tv eps
Diffstat (limited to 'src/Python/setup-regularisers.py.in')
-rw-r--r-- | src/Python/setup-regularisers.py.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Python/setup-regularisers.py.in b/src/Python/setup-regularisers.py.in index 39b820a..4c578e3 100644 --- a/src/Python/setup-regularisers.py.in +++ b/src/Python/setup-regularisers.py.in @@ -68,7 +68,7 @@ setup( ], zip_safe = False, - packages = {'ccpi','ccpi.filters', 'ccpi.supp'}, + packages = {'ccpi', 'ccpi.filters', 'ccpi.supp'}, ) |