Skip to content
Snippets Groups Projects
Commit 97357221 authored by Ronan Hamon's avatar Ronan Hamon
Browse files

update license, author, and author_email fields in setup (issue #2)

parent ef7c7cc4
No related branches found
No related tags found
No related merge requests found
...@@ -46,9 +46,10 @@ import sys ...@@ -46,9 +46,10 @@ import sys
NAME = 'madarrays' NAME = 'madarrays'
DESCRIPTION = 'Python package for audio data structures with missing entries' DESCRIPTION = 'Python package for audio data structures with missing entries'
LICENSE = 'GNU General Public License v3 (GPLv3)'
URL = 'https://gitlab.lis-lab.fr/skmad-suite/madarrays' URL = 'https://gitlab.lis-lab.fr/skmad-suite/madarrays'
AUTHOR = 'Ronan Hamon and Valentin Emiya' AUTHOR = 'Ronan Hamon, Valentin Emiya, and Florent Jaillet'
AUTHOR_EMAIL = 'ronan.hamon@lis-lab.fr, valentin.emiya@lis-lab.fr' AUTHOR_EMAIL = 'ronan.hamon@lis-lab.fr, valentin.emiya@lis-lab.fr, florent.jaillet@lis-lab.fr'
INSTALL_REQUIRES = ['matplotlib', INSTALL_REQUIRES = ['matplotlib',
'numpy', 'numpy',
'scipy', 'scipy',
...@@ -122,6 +123,7 @@ def setup_package(): ...@@ -122,6 +123,7 @@ def setup_package():
url=URL, url=URL,
author=AUTHOR, author=AUTHOR,
author_email=AUTHOR_EMAIL, author_email=AUTHOR_EMAIL,
license=LICENSE,
classifiers=CLASSIFIERS, classifiers=CLASSIFIERS,
keywords=KEYWORDS, keywords=KEYWORDS,
packages=find_packages(exclude=['doc', 'dev']), packages=find_packages(exclude=['doc', 'dev']),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment