blob: 5e73800c0d200221f92df1e01c526f62f020462d [file] [log] [blame]
from distutils.core import setup
setup(
name='log_helper',
version='0.2',
py_modules=["log_helper", "config"],
install_requires=['pyyaml'],
python_requires='>=3.6',
author='Roman Bubyr',
author_email='rbubyr@gmail.com',
description='Openstack log helper tool',
scripts=['log_helper.py'],
)