Skip to content
Snippets Groups Projects
Commit 75e999c6 authored by Axel Marmoret's avatar Axel Marmoret
Browse files

Adding the link to the gitlab in the setup.py

parent a0d7031f
Branches
Tags
No related merge requests found
...@@ -4,14 +4,14 @@ with open("README.md", "r") as fh: ...@@ -4,14 +4,14 @@ with open("README.md", "r") as fh:
long_description = fh.read() long_description = fh.read()
setuptools.setup( setuptools.setup(
name="polytopes", name="MusicOnPolytopes",
version="0.1.0", version="0.1.0",
author="Marmoret Axel", author="Marmoret Axel",
author_email="axel.marmoret@irisa.fr", author_email="axel.marmoret@irisa.fr",
description="Package for polytopes applied on musical segmentation", description="Package for polytopic intepretation of music, with application to musical segmentation",
long_description=long_description, long_description=long_description,
long_description_content_type="text/markdown", long_description_content_type="text/markdown",
url="TODO", url="https://gitlab.inria.fr/amarmore/musiconpolytopes",
packages=setuptools.find_packages(), packages=setuptools.find_packages(),
classifiers=[ classifiers=[
"License :: OSI Approved :: BSD License", "License :: OSI Approved :: BSD License",
...@@ -24,13 +24,8 @@ setuptools.setup( ...@@ -24,13 +24,8 @@ setuptools.setup(
], ],
license='BSD', license='BSD',
install_requires=[ install_requires=[
'madmom',
'matplotlib',
'mir_eval', 'mir_eval',
'numpy >= 1.18.0', 'numpy >= 1.18.0'
'pandas',
'scipy >= 0.13.0',
'soundfile',
], ],
python_requires='>=3.7', python_requires='>=3.7',
) )
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment