diff options
author | Edoardo Pasca <edo.paskino@gmail.com> | 2017-10-23 17:04:41 +0100 |
---|---|---|
committer | Edoardo Pasca <edo.paskino@gmail.com> | 2017-10-23 17:04:41 +0100 |
commit | ece0bfc45cf2e339fc517a4f2c078f0b8fe274ad (patch) | |
tree | b52304b950304fe58200d5e5f6744ded852122a6 /src/Python/setup.py.in | |
parent | 44ec01fa2e8d8da2dce4950ea3d822fe7c8cd8d5 (diff) | |
download | regularization-ece0bfc45cf2e339fc517a4f2c078f0b8fe274ad.tar.gz regularization-ece0bfc45cf2e339fc517a4f2c078f0b8fe274ad.tar.bz2 regularization-ece0bfc45cf2e339fc517a4f2c078f0b8fe274ad.tar.xz regularization-ece0bfc45cf2e339fc517a4f2c078f0b8fe274ad.zip |
add fista-recipe and stuff
Diffstat (limited to 'src/Python/setup.py.in')
-rw-r--r-- | src/Python/setup.py.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Python/setup.py.in b/src/Python/setup.py.in index 0a1f4ad..12e8af1 100644 --- a/src/Python/setup.py.in +++ b/src/Python/setup.py.in @@ -44,7 +44,7 @@ else: setup( name='ccpi', - description='CCPi Core Imaging Library - FISTA Reconstruction Module', + description='CCPi Core Imaging Library - Image Regularizers', version=cil_version, cmdclass = {'build_ext': build_ext}, ext_modules = [Extension("ccpi.imaging.cpu_regularizers", @@ -65,3 +65,5 @@ setup( zip_safe = False, packages = {'ccpi','ccpi.imaging'}, ) + + |