Initial commit

This commit is contained in:
2024-09-12 12:49:09 +03:00
commit 9cd982d835
5 changed files with 38 additions and 0 deletions

22
pyproject.toml Normal file
View File

@@ -0,0 +1,22 @@
[project]
name = "bunyan-formatter"
version = "0.1.0"
description = "Bunyan Formatter for Python"
dependencies = []
readme = "README.md"
requires-python = ">= 3.8"
authors = [{ name = "Kristofers Solo", email = "dev@kristofers.xyz" }]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.rye]
managed = true
dev-dependencies = []
[tool.hatch.metadata]
allow-direct-references = true
[tool.hatch.build.targets.wheel]
packages = ["src/bunyan_formatter"]