--- a +++ b/setup.py @@ -0,0 +1,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='' +) \ No newline at end of file