You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# with open(path.join('./', 'README.md'), encoding='utf-8') as f:
# long_description = f.read()
#with open('requirements.txt') as f:
# required = f.read().splitlines()
setup(
name = 'qtim_tools',
# packages = ['qtim_tools'], # this must be the same as the name above
version = '0.1.13',
description = 'A library for medical imaging analysis, with an emphasis on MRI, machine learning, and neuroimaging. Created by the Quantiative Tumor Imaging Lab at the Martinos Center (Harvard-MIT Program in Health, Sciences, and Technology / Massachussets General Hospital)',