8 lines
234 B
Python
8 lines
234 B
Python
from setuptools import setup
|
|
|
|
setup(name='pyerrors_corrlib',
|
|
version='0.0.2',
|
|
author='Justus Kuhlmann',
|
|
author_email='j_kuhl19@uni-muenster.de',
|
|
install_requires=['pyerrors>=2.11.1', 'datalad>=1.1.0'],
|
|
)
|