1 Commits

Author SHA1 Message Date
d32365f4bf fix: pyproject.toml 2024-09-12 16:27:16 +03:00

View File

@@ -1,6 +1,6 @@
[project]
name = "bunyan-formatter"
version = "0.1.1"
version = "0.1.3"
description = "A custom formatter for Python's logging module that outputs logs in the Bunyan JSON format."
dependencies = []
readme = "README.md"
@@ -18,7 +18,6 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Intended Audience :: Developers",
"Topic :: Logging :: Bunyan",
]
[project.urls]