mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 13:36:14 +02:00
jrnl.py:cli -> cli.py:run
This commit is contained in:
parent
5bc18a5307
commit
f22ddd706b
4 changed files with 15 additions and 6 deletions
2
setup.py
2
setup.py
|
@ -82,7 +82,7 @@ setup(
|
|||
long_description=__doc__,
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'jrnl = jrnl:cli',
|
||||
'jrnl = jrnl:run',
|
||||
],
|
||||
},
|
||||
classifiers=[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue