Skip to content
Snippets Groups Projects
Commit b076c995 authored by Dominique Benielli's avatar Dominique Benielli
Browse files

build version

parent 50de08fe
Branches
No related tags found
No related merge requests found
Pipeline #16432 passed
...@@ -315,6 +315,9 @@ def setup_package(): ...@@ -315,6 +315,9 @@ def setup_package():
set_version(ltfat_dir, get_version()) set_version(ltfat_dir, get_version())
# get the list of extensions # get the list of extensions
extNames = findpyxfiles(ltfat_dir) extNames = findpyxfiles(ltfat_dir)
# authors=[{"name" : "Denis Arrivault" },
# {"name" : "Florent Jaillet" },
# {"name" : "Valentin Emiya" , "email" : "valentin.emiya@lis-lab.fr"}],
# and build up the set of Extension objects # and build up the set of Extension objects
if USE_CYTHON: if USE_CYTHON:
fileExt = ".pyx" fileExt = ".pyx"
...@@ -324,7 +327,7 @@ def setup_package(): ...@@ -324,7 +327,7 @@ def setup_package():
print("witout Cython") print("witout Cython")
extensions = [makeExtension(name, fileExt, lib_dir) for name in extNames] extensions = [makeExtension(name, fileExt, lib_dir) for name in extNames]
# 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
setup(name="ltfatpy", setup(name="ltfatpy",
version=VERSION, version=VERSION,
description='The Large Time-Frequency Toolbox (LTFAT) in Python', description='The Large Time-Frequency Toolbox (LTFAT) in Python',
...@@ -337,8 +340,9 @@ def setup_package(): ...@@ -337,8 +340,9 @@ def setup_package():
'ltfatpy.tests.datasets': ['*.mat']}, 'ltfatpy.tests.datasets': ['*.mat']},
url="https://gitlab.lis-lab.fr/dev/ltfatpy", url="https://gitlab.lis-lab.fr/dev/ltfatpy",
license='GNU GPL V3', license='GNU GPL V3',
license_files='LICENSE.rst',
author='Denis Arrivault and Florent Jaillet', author='Denis Arrivault and Florent Jaillet',
author_email='contact.dev@lis-lab.fr ', author_email='valentin.emiya@lis-lab.fr',
ext_modules=extensions, ext_modules=extensions,
test_suite='nose.collector', test_suite='nose.collector',
tests_require=['nose', 'coverage'], tests_require=['nose', 'coverage'],
...@@ -349,7 +353,6 @@ def setup_package(): ...@@ -349,7 +353,6 @@ def setup_package():
'Intended Audience :: End Users/Desktop', 'Intended Audience :: End Users/Desktop',
'Intended Audience :: Developers', 'Intended Audience :: Developers',
'Natural Language :: English', 'Natural Language :: English',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Operating System :: MacOS :: MacOS X', 'Operating System :: MacOS :: MacOS X',
'Operating System :: POSIX :: Linux', 'Operating System :: POSIX :: Linux',
'Programming Language :: C', 'Programming Language :: C',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment