Skip to content

Commit

Permalink
license name in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mosheraboh authored Jul 26, 2021
1 parent a584318 commit d073e7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
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",
url='https://github.com/IBM/fuse-med-ml/',
author='IBM Research Haifa Labs - Machine Learning for Healthcare and Life Sciences',
author_email='[email protected]',
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
license='LICENSE.txt',
license='Apache License 2.0',
install_requires=requirements
)

0 comments on commit d073e7e

Please sign in to comment.