mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 11:38:32 +02:00
Remove circular dependency
This commit is contained in:
parent
e46632003d
commit
439ef53fbe
2 changed files with 1 additions and 5 deletions
|
@ -12,7 +12,3 @@ __version__ = '1.8.4'
|
|||
__author__ = 'Manuel Ebert'
|
||||
__license__ = 'MIT License'
|
||||
__copyright__ = 'Copyright 2013 - 2014 Manuel Ebert'
|
||||
|
||||
from . import Journal
|
||||
from . import cli
|
||||
from .cli import run
|
||||
|
|
2
setup.py
2
setup.py
|
@ -85,7 +85,7 @@ setup(
|
|||
long_description=__doc__,
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'jrnl = jrnl:run',
|
||||
'jrnl = jrnl.cli:run',
|
||||
],
|
||||
},
|
||||
classifiers=[
|
||||
|
|
Loading…
Add table
Reference in a new issue