jrnl.py:cli -> cli.py:run

This commit is contained in:
Manuel Ebert 2013-11-29 10:23:09 -08:00
parent 5bc18a5307
commit f22ddd706b
4 changed files with 15 additions and 6 deletions

View file

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