Merge branch 'master' of kuhl-mann.de:jkuhl/corrlib
This commit is contained in:
commit
ecfbdcc1d1
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
__version__ = "0.1.1"
|
||||
__version__ = "0.1.4"
|
||||
|
|
2
setup.py
2
setup.py
|
@ -14,5 +14,5 @@ setup(name='pycorrlib',
|
|||
entry_points = {
|
||||
'console_scripts': ['pcl=corrlib.cli:app'],
|
||||
},
|
||||
packages=['corrlib']
|
||||
packages=['corrlib', 'corrlib.input']
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue