chore: change package manager

This commit is contained in:
2024-10-01 18:23:27 +03:00
parent d32365f4bf
commit b7759a04b9
8 changed files with 412 additions and 74 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "bunyan-formatter"
version = "0.1.3"
version = "0.1.4"
description = "A custom formatter for Python's logging module that outputs logs in the Bunyan JSON format."
dependencies = []
readme = "README.md"
@@ -28,8 +28,7 @@ Tracker = "https://github.com/kristoferssolo/bunyan-formatter/issues"
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.rye]
managed = true
[tool.uv]
dev-dependencies = [
"mypy~=1.11",
"ruff~=0.6",