mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 13:36:14 +02:00
Merge pull request #347 from MinchinWeb/2.0-rc1-markdown-export-fix
2.0 rc1 markdown export fix
This commit is contained in:
commit
0d1b381bd1
12 changed files with 225 additions and 16 deletions
4
setup.py
4
setup.py
|
@ -78,12 +78,12 @@ setup(
|
|||
name="jrnl",
|
||||
version=get_version(),
|
||||
description="A command line journal application that stores your journal in a plain text file",
|
||||
packages=['jrnl'],
|
||||
packages=['jrnl', 'jrnl.plugins'],
|
||||
install_requires=[
|
||||
"parsedatetime>=1.2",
|
||||
"pytz>=2013b",
|
||||
"six>=1.7.4",
|
||||
"cryptography==0.8.1",
|
||||
"cryptography>=0.8.1",
|
||||
"tzlocal>=1.1",
|
||||
"pyyaml>=3.11",
|
||||
"keyring>=3.3",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue