From d073e7e9763c4e92f2dd31bf6cfaa2ce23722313 Mon Sep 17 00:00:00 2001 From: mosheraboh <86309179+mosheraboh@users.noreply.github.com> Date: Mon, 26 Jul 2021 22:57:47 +0300 Subject: [PATCH] license name in setup --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 8446495ec..6f8238db1 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ requirements.append(line.strip()) setup(name='fuse-med-ml', - version='0.1.4', + version='0.1.5', description='Open-source PyTorch based framework designed to facilitate deep learning R&D in medical imaging', long_description=long_description, long_description_content_type="text/markdown", @@ -26,6 +26,6 @@ author='IBM Research Haifa Labs - Machine Learning for Healthcare and Life Sciences', author_email='moshiko.raboh@ibm.com', packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]), - license='LICENSE.txt', + license='Apache License 2.0', install_requires=requirements )