keywords='logparse log parse analysis summary monitor email server',
packages=['logparse', 'logparse.parsers'],
python_requires='>=3', # https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires
- install_requires=['premailer', 'requests', 'pyyaml'], # https://packaging.python.org/en/latest/requirements.html
+ install_requires=['premailer', 'requests', 'pyyaml', 'tabulate'], # https://packaging.python.org/en/latest/requirements.html
data_files=[('/etc/logparse', ['logparse.conf', 'header.html', 'main.css'])], # installed to /etc/logparse
project_urls={
'Readme': 'https://git.lorimer.id.au/logparse.git/about',