better name... for now

This commit is contained in:
Justus Kuhlmann 2025-04-07 21:57:14 +02:00
parent c6c8cf67a5
commit b51db7ae24
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
pyerrors_corrlib.egg-info pyerrors_corrlib.egg-info
__pycache__ __pycache__
*.egg-info

View file

@ -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'],