mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-29 05:56:14 +02:00
Use PyXDG to save config and journal in XDG dirs
This change also hides the CONFIG_PATH state information entirely within the install module. Therefore, the cli module does not have to care about checking existence of files and paths.
This commit is contained in:
parent
f5a44487c1
commit
b77a579ab5
4 changed files with 39 additions and 25 deletions
1
setup.py
1
setup.py
|
@ -81,6 +81,7 @@ setup(
|
|||
description = "A command line journal application that stores your journal in a plain text file",
|
||||
packages = ['jrnl'],
|
||||
install_requires = [
|
||||
"pyxdg>=0.19",
|
||||
"parsedatetime>=1.2",
|
||||
"pytz>=2013b",
|
||||
"six>=1.6.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue