Include plugins in eggs

This commit is contained in:
MinchinWeb 2015-04-19 23:19:35 -06:00
parent 162e33089e
commit a2c75e180c

View file

@ -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",