mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 19:48:31 +02:00
Merge 112d7a81a4
into 003fb507ae
This commit is contained in:
commit
ded1cf8955
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -79,7 +79,7 @@ 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 = [
|
||||
"pyxdg>=0.19",
|
||||
"parsedatetime>=1.2",
|
||||
|
|
Loading…
Add table
Reference in a new issue