add setup.py

This commit is contained in:
Justus Kuhlmann 2024-06-14 13:47:55 +00:00
commit 4d44630a03

8
setup.py Normal file
View file

@ -0,0 +1,8 @@
from setuptools import setup
setup(name='pyerrors_backlog',
version='0.0.1',
author='Justus Kuhlmann',
author_email='j_kuhl19@uni-muenster.de',
install_requires=['pyerrors>=2.11.1', 'datalad>=1.1.0'],
)