|
@ -3,7 +3,7 @@ |
|
|
from setuptools import setup, find_packages |
|
|
from setuptools import setup, find_packages |
|
|
setup( |
|
|
setup( |
|
|
name="logzio-python-handler", |
|
|
name="logzio-python-handler", |
|
|
version='2.0.14', |
|
|
|
|
|
|
|
|
version='2.0.15', |
|
|
description="Logging handler to send logs to your Logz.io account with bulk SSL", |
|
|
description="Logging handler to send logs to your Logz.io account with bulk SSL", |
|
|
keywords="logging handler logz.io bulk https", |
|
|
keywords="logging handler logz.io bulk https", |
|
|
author="roiravhon", |
|
|
author="roiravhon", |
|
|