[d17d81]: / setup.py

Download this file

13 lines (11 with data), 411 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
from setuptools import setup
setup(
name='ultrasound_rego',
version='1.0',
packages=[''],
url='https://github.com/puaqieshang/ultrasound-image-segmentation',
license='University of New South Wales (UNSW), Australia',
author='Qie Shang Pua, Rishav Raj',
author_email='qieshang@gmail.com',
description='A package for Ultrasound Image Segmentation and Registration using Python'
)