Skip to content

Commit

Permalink
fix twine upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
AGrigis committed Oct 18, 2019
1 parent 9aec8ec commit 275811d
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions pysap/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 275811d

Please sign in to comment.