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

setup

parent 20f1d91d
Branches
Tags
No related merge requests found
Pipeline #3864 failed
...@@ -9,7 +9,7 @@ def setup_package(): ...@@ -9,7 +9,7 @@ def setup_package():
"""Setup function""" """Setup function"""
name = 'scikit-multimodallearn' name = 'scikit-multimodallearn'
version = multiconfusion.__version__ version = multimodal.__version__
description = 'A scikit-learn compatible package for multimodal Classifiers' description = 'A scikit-learn compatible package for multimodal Classifiers'
here = os.path.abspath(os.path.dirname(__file__)) here = os.path.abspath(os.path.dirname(__file__))
with open(os.path.join(here, 'README.rst'), encoding='utf-8') as readme: with open(os.path.join(here, 'README.rst'), encoding='utf-8') as readme:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment