Download this file
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='' )