add cli app
This commit is contained in:
parent
9024268cae
commit
2b56654d78
1 changed files with 4 additions and 1 deletions
5
setup.py
5
setup.py
|
@ -1,8 +1,11 @@
|
|||
from setuptools import setup
|
||||
|
||||
setup(name='pyerrors_corrlib',
|
||||
setup(name='corrlib',
|
||||
version='0.0.2',
|
||||
author='Justus Kuhlmann',
|
||||
author_email='j_kuhl19@uni-muenster.de',
|
||||
install_requires=['pyerrors>=2.11.1', 'datalad>=1.1.0'],
|
||||
entry_points = {
|
||||
'console_scripts': ['pcl=corrlib.cli:app'],
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue