Files
fsl_mrs_mce/setup.py

11 lines
371 B
Python

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