from setuptools import setup setup(name='invoice_extractor', version='1.0', description='KPN invoice extractor', long_description='A small python package to read, clean, and export table data from KPN mobile phone invoices.', packages=['invoice_extractor'], author = 'Marijn Kuypers', author_email = '', zip_safe=False)