mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Added an entry point so we don't have to make an bash alias anymore.
This commit is contained in:
parent
4b354bd40e
commit
32b691f938
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -61,12 +61,12 @@ setup(
|
||||||
'encryption': ["pycrypto"],
|
'encryption': ["pycrypto"],
|
||||||
'highlight': ["cling"]
|
'highlight': ["cling"]
|
||||||
},
|
},
|
||||||
|
long_description=__doc__,
|
||||||
entry_points={
|
entry_points={
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
'jrnl = jrnl:cli',
|
'jrnl = jrnl:cli',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
long_description=__doc__,
|
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 3 - Alpha',
|
'Development Status :: 3 - Alpha',
|
||||||
'Environment :: Console',
|
'Environment :: Console',
|
||||||
|
@ -84,5 +84,5 @@ setup(
|
||||||
author_email = "manuel.ebert@upf.edu",
|
author_email = "manuel.ebert@upf.edu",
|
||||||
license = "MIT License",
|
license = "MIT License",
|
||||||
keywords = "journal todo todo.txt jrnl".split(),
|
keywords = "journal todo todo.txt jrnl".split(),
|
||||||
url = "http://maebert.github.com/jrnl", # project home page, if any
|
url = "http://maebert.github.com/jrnl",
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue