add setup.py
This commit is contained in:
commit
4d44630a03
1 changed files with 8 additions and 0 deletions
8
setup.py
Normal file
8
setup.py
Normal 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'],
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue