Diff of /setup.py [000000] .. [44bf8c]

Switch to unified view

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