Remove circular dependency

This commit is contained in:
Matthias Vogelgesang 2014-06-26 13:13:33 +02:00
parent 5fd53241ab
commit 61739dd3b0
2 changed files with 1 additions and 5 deletions

View file

@ -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

View file

@ -95,7 +95,7 @@ setup(
long_description=__doc__,
entry_points={
'console_scripts': [
'jrnl = jrnl:run',
'jrnl = jrnl.cli:run',
],
},
classifiers=[