[44bf8c]: / setup.py

Download this file

12 lines (11 with data), 254 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
from setuptools import setup
setup(
name='Radiology_and_AI',
version='1.0',
packages=['Radiology_and_AI'],
url='https://github.com/McMasterAI/Radiology-and-AI.git',
license='',
author='',
author_email='',
description=''
)