from setuptools import setup setup( name='mailparse', packages=['mailparse'], version='0.0.1', description='Simple mail parser', author='Joe Ceresini', author_email='joe@ceresini.com', install_requires=['mailbox'], )