mirror of
https://github.com/kristoferssolo/bunyan-formatter.git
synced 2025-10-21 17:20:35 +00:00
fix: pyproject.toml
This commit is contained in:
parent
1cfaad6c69
commit
d32365f4bf
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "bunyan-formatter"
|
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."
|
description = "A custom formatter for Python's logging module that outputs logs in the Bunyan JSON format."
|
||||||
dependencies = []
|
dependencies = []
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
@ -18,7 +18,6 @@ classifiers = [
|
|||||||
"Programming Language :: Python :: 3.11",
|
"Programming Language :: Python :: 3.11",
|
||||||
"Programming Language :: Python :: 3.12",
|
"Programming Language :: Python :: 3.12",
|
||||||
"Intended Audience :: Developers",
|
"Intended Audience :: Developers",
|
||||||
"Topic :: Logging :: Bunyan",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user