from setuptools import setup setup(name='fsl_mrs_mce', version='0.0.1', description='A fsl_mrs Moncte Carlo estimation approach', url='https://git.thoffbauer.de/konstantin.bosbach/fsl_mrs_mce.git', author='Konstantin Bosbach', author_email='konstantin.bosbach@mars.uni-freiburg.de', packages=['fsl_mrs_mce'], zip_safe=False)