Mercurial > public > weighmail
comparison setup.py @ 13:7d1ca1fc2f01
Added a dependency on distribute in setup.py.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 20 May 2012 17:48:52 -0500 |
parents | b63cce680bd3 |
children |
comparison
equal
deleted
inserted
replaced
12:b63cce680bd3 | 13:7d1ca1fc2f01 |
---|---|
21 entry_points={ | 21 entry_points={ |
22 'console_scripts': ['weighmail = weighmail.main:console_main'], | 22 'console_scripts': ['weighmail = weighmail.main:console_main'], |
23 }, | 23 }, |
24 install_requires=[ | 24 install_requires=[ |
25 'IMAPClient >= 0.9', | 25 'IMAPClient >= 0.9', |
26 'distribute', | |
26 ], | 27 ], |
27 classifiers = [ | 28 classifiers = [ |
28 'Development Status :: 3 - Alpha', | 29 'Development Status :: 3 - Alpha', |
29 'Environment :: Console', | 30 'Environment :: Console', |
30 'Intended Audience :: End Users/Desktop', | 31 'Intended Audience :: End Users/Desktop', |