From b880a3856befec58cbb0202200bf1d471daa028a Mon Sep 17 00:00:00 2001 From: MinchinWeb Date: Sun, 19 Apr 2015 23:19:35 -0600 Subject: [PATCH] Include `plugins` in eggs --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2c25fa91..741d745a 100644 --- a/setup.py +++ b/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",