diff --git a/pysap/info.py b/pysap/info.py index 60b672b6..a7fade6b 100644 --- a/pysap/info.py +++ b/pysap/info.py @@ -35,17 +35,13 @@ * an accces to 'sparse2d' using a wrapping or a binding strategy. * a user graphical interface to play with the provided functions. """ -long_description = """ -===== -pySAP -===== - -pySAP is a Python package related to sparsity and its application in -astronomical or mediacal data analysis. -This package binds the 'sparse2d' C++ library -that allows sparse decomposition, denoising and deconvolution. -""" - +long_description = ( + "pySAP\n\n" + "pySAP is a Python package related to sparsity and its application in" + "astronomical or mediacal data analysis.\n" + "This package binds the 'sparse2d' C++ library" + "that allows sparse decomposition, denoising and deconvolution.\n" +) # Main setup parameters NAME = "python-pySAP" ORGANISATION = "CEA"