mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Remove circular dependency
This commit is contained in:
parent
5fd53241ab
commit
61739dd3b0
2 changed files with 1 additions and 5 deletions
|
@ -12,7 +12,3 @@ __version__ = '2.0.0-rc1'
|
|||
__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
|
@ -95,7 +95,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