Merge branch 'master' of kuhl-mann.de:jkuhl/corrlib

This commit is contained in:
Justus Kuhlmann 2025-04-17 15:31:43 +00:00
commit ecfbdcc1d1
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
__version__ = "0.1.1" __version__ = "0.1.4"

View file

@ -14,5 +14,5 @@ setup(name='pycorrlib',
entry_points = { entry_points = {
'console_scripts': ['pcl=corrlib.cli:app'], 'console_scripts': ['pcl=corrlib.cli:app'],
}, },
packages=['corrlib'] packages=['corrlib', 'corrlib.input']
) )