Vemund Fredriksen
Add training pipeline (#21)
1cc0005 unverified
raw
history blame
No virus
306 Bytes
from setuptools import setup, find_packages
setup(
name="LungTumorSegmentation",
packages=find_packages(),
version='1.0.1',
author="Svein Ole M Sevle, Vemund Fredriksen",
url="https://github.com/VemundFredriksen/LungTumorSegmentation",
license="MIT",
python_requires='>=3.6'
)