Add jrnl.plugins to the list of installed packages.

Without this the installed jrnl will not run.
This commit is contained in:
Gregory Crosswhite 2014-10-27 11:57:11 -07:00
parent 5e68b97e59
commit 112d7a81a4

View file

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