mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 11:38:32 +02:00
Add jrnl.plugins to the list of installed packages.
Without this the installed jrnl will not run.
This commit is contained in:
parent
5e68b97e59
commit
112d7a81a4
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