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
Branches
Tags
No related merge requests found
......@@ -46,9 +46,10 @@ import sys
NAME = 'madarrays'
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'
AUTHOR = 'Ronan Hamon and Valentin Emiya'
AUTHOR_EMAIL = 'ronan.hamon@lis-lab.fr, valentin.emiya@lis-lab.fr'
AUTHOR = 'Ronan Hamon, Valentin Emiya, and Florent Jaillet'
AUTHOR_EMAIL = 'ronan.hamon@lis-lab.fr, valentin.emiya@lis-lab.fr, florent.jaillet@lis-lab.fr'
INSTALL_REQUIRES = ['matplotlib',
'numpy',
'scipy',
......@@ -122,6 +123,7 @@ def setup_package():
url=URL,
author=AUTHOR,
author_email=AUTHOR_EMAIL,
license=LICENSE,
classifiers=CLASSIFIERS,
keywords=KEYWORDS,
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