|
|
@ -4,14 +4,14 @@ from setuptools import setup, find_packages |
|
|
|
|
|
|
|
setup( |
|
|
|
name="logzio-python-handler", |
|
|
|
version='2.0.8', |
|
|
|
version='2.0.9', |
|
|
|
description="Logging handler to send logs to your Logz.io account with bulk SSL", |
|
|
|
keywords="logging handler logz.io bulk https", |
|
|
|
author="roiravhon", |
|
|
|
author_email="roi@logz.io", |
|
|
|
url="https://github.com/logzio/logzio-python-handler/", |
|
|
|
license="Apache License 2", |
|
|
|
packages=find_packages(exclude=["tests"]), |
|
|
|
packages=find_packages(), |
|
|
|
install_requires=[ |
|
|
|
"requests" |
|
|
|
], |
|
|
|