Include plugins in eggs

This commit is contained in:
MinchinWeb 2015-04-19 23:19:35 -06:00
parent 7e21472e2d
commit b880a3856b

View file

@ -78,7 +78,7 @@ setup(
name="jrnl", name="jrnl",
version=get_version(), version=get_version(),
description="A command line journal application that stores your journal in a plain text file", description="A command line journal application that stores your journal in a plain text file",
packages=['jrnl'], packages=['jrnl', 'jrnl.plugins'],
install_requires=[ install_requires=[
"pyxdg>=0.19", "pyxdg>=0.19",
"parsedatetime>=1.2", "parsedatetime>=1.2",