Mentions légales du service

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

Minor change: wrong license indicated in setup.py.

parent a6e14650
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ setup( ...@@ -54,7 +54,7 @@ setup(
long_description = 'TODO', long_description = 'TODO',
classifiers = [ 'TODO' ], classifiers = [ 'TODO' ],
install_requires = [ 'pygsp', 'scipy', 'numpy', 'matplotlib>=2.0.0' ], #ENOTE: order matters (last pkg installed first) install_requires = [ 'pygsp', 'scipy', 'numpy', 'matplotlib>=2.0.0' ], #ENOTE: order matters (last pkg installed first)
license = "GNU AFFERO GPL", license = "INRIA",
package_data = { package_data = {
'pyfaust': [ 'data/*.mat', 'license*.txt' ] 'pyfaust': [ 'data/*.mat', 'license*.txt' ]
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment