Added setup.py, changed structure

This commit is contained in:
2021-03-17 18:05:53 +01:00
parent d0821b256d
commit 1c3fd4bb1a
3 changed files with 100 additions and 0 deletions

10
setup.py Normal file
View File

@@ -0,0 +1,10 @@
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)