You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
374 B
10 lines
374 B
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) |