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