Skip to content

Commit

Permalink
Add plugins module to package list
Browse files Browse the repository at this point in the history
  • Loading branch information
pingswept committed Aug 11, 2013
1 parent b5d47b6 commit 8282d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
engine for a personal collection of e-mail. It can be used as a
simple web-mail client.
""",
packages=['mailpile'],
packages=['mailpile', 'mailpile/plugins'],
scripts=['scripts/mailpile'],
)

1 comment on commit 8282d0e

@minshallj
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Please sign in to comment.