Skip to content

Commit

Permalink
Merge pull request #13 from malinkinsa/py3.11
Browse files Browse the repository at this point in the history
Updating PyPi package
  • Loading branch information
malinkinsa authored Oct 26, 2022
2 parents 8054a37 + 76a3d0b commit f7eec5a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
![PyPI - Downloads](https://img.shields.io/pypi/dm/asyncgelf)
![PyPI](https://img.shields.io/pypi/v/asyncgelf)

![PyPI - Python Version](https://img.shields.io/pypi/pyversions/asyncgelf)

Async python logging handlers that send messages in the Graylog Extended Log Format (GELF).

- [AsyncGELF](#asyncgelf)
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='asyncgelf',
version='1.0.2',
version='1.0.3',
author='Sergey Malinkin',
author_email='malinkinsa@yandex.ru',
url='https://github.com/malinkinsa/asyncgelf',
Expand All @@ -13,13 +13,15 @@
license='MIT',
keywords='gelf logging graylog graylog2 tcp udp http',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: System :: Logging',
],
Expand Down

0 comments on commit f7eec5a

Please sign in to comment.