mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Include plugins
in eggs
This commit is contained in:
parent
7e21472e2d
commit
b880a3856b
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -78,7 +78,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