better setup
This commit is contained in:
parent
4d1ea92b19
commit
adba6a3c06
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 = {
|
entry_points = {
|
||||||
'console_scripts': ['pcl=corrlib.cli:app'],
|
'console_scripts': ['pcl=corrlib.cli:app'],
|
||||||
},
|
},
|
||||||
packages=['corrlib']
|
packages=['corrlib', 'corrlib.input']
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue