From 112d7a81a41c3f376966eed54e392986420c1cd8 Mon Sep 17 00:00:00 2001 From: Gregory Crosswhite Date: Mon, 27 Oct 2014 11:57:11 -0700 Subject: [PATCH] Add jrnl.plugins to the list of installed packages. Without this the installed jrnl will not run. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index be653be1..315483c2 100644 --- a/setup.py +++ b/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",