better name... for now
This commit is contained in:
parent
c6c8cf67a5
commit
b51db7ae24
2 changed files with 3 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
||||||
pyerrors_corrlib.egg-info
|
pyerrors_corrlib.egg-info
|
||||||
__pycache__
|
__pycache__
|
||||||
|
*.egg-info
|
4
setup.py
4
setup.py
|
@ -1,7 +1,7 @@
|
||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
|
|
||||||
setup(name='corrlib',
|
setup(name='pyerrors-corrlib',
|
||||||
version='0.0.2',
|
version='0.0.3',
|
||||||
author='Justus Kuhlmann',
|
author='Justus Kuhlmann',
|
||||||
author_email='j_kuhl19@uni-muenster.de',
|
author_email='j_kuhl19@uni-muenster.de',
|
||||||
install_requires=['pyerrors>=2.11.1', 'datalad>=1.1.0'],
|
install_requires=['pyerrors>=2.11.1', 'datalad>=1.1.0'],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue