Mentions légales du service

Skip to content
Snippets Groups Projects
Commit ac503492 authored by hhakim's avatar hhakim
Browse files

Minor change: update pypi project description formatting.

parent 7b6c6af9
Branches
Tags
No related merge requests found
Pipeline #834001 skipped
...@@ -38,13 +38,16 @@ setup( ...@@ -38,13 +38,16 @@ setup(
author = 'INRIA', author = 'INRIA',
author_email = 'remi.gribonval@inria.fr', author_email = 'remi.gribonval@inria.fr',
description = 'FAµST python toolbox', description = 'FAµST python toolbox',
long_description = """The FAµST toolbox provides algorithms and data structures to decompose a given dense matrix into a product of sparse matrices in order to reduce its computational complexity (both for storage and manipulation). FaµST can be used to long_description = """The FAµST toolbox provides algorithms and data structures to decompose a given dense matrix into a product of sparse matrices in order to reduce its computational complexity (both for storage and manipulation). FaµST can be used to:
- speedup / reduce the memory footprint of iterative algorithms commonly used for solving high dimensional linear inverse problems,
- learn dictionaries with an intrinsically efficient implementation,
- compute (approximate) fast Fourier transforms on graphs.
speedup / reduce the memory footprint of iterative algorithms commonly used for solving high dimensional linear inverse problems.
learn dictionaries with an intrinsically efficient implementation
compute (approximate) fast Fourier transforms on graphs.
""", """,
classifiers = [ 'License :: OSI Approved :: BSD License', classifiers = [ 'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3',
'@GPU_CUDA_VERSION_PYPI_CLASSIFIER@'], '@GPU_CUDA_VERSION_PYPI_CLASSIFIER@'],
install_requires = [ 'pygsp', 'scipy', 'numpy', 'matplotlib>=2.0.0', install_requires = [ 'pygsp', 'scipy', 'numpy', 'matplotlib>=2.0.0',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment