Skip to content

Commit

Permalink
install_requires corresponding to pip requirements
Browse files Browse the repository at this point in the history
So that `python setup.py install` yields a functional Mailpile.
  • Loading branch information
gthb committed Feb 1, 2014
1 parent 16a2841 commit daae08d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
""",
packages=find_packages(),
data_files=data_files,
install_requires=[
'lxml==2.3.2',
'jinja2',
'spambayes==1.1b1'
],
entry_points={
'console_scripts': [
'mailpile = mailpile.__main__:main'
Expand Down

0 comments on commit daae08d

Please sign in to comment.