add package: pyproject + src (setup_logging, rotation namer/rotator, formats)

Signed-off-by: disqualifier <dev@disqualifier.me>
This commit is contained in:
2026-06-27 20:21:02 -04:00
parent da8b86b258
commit c6efee59c1
5 changed files with 310 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "log_setup"
version = "0.1.0"
description = "stdlib app-entry-point logging setup: live run.log, rotation, gzip, retention, consistent format"
requires-python = ">=3.10"
dependencies = []
[tool.hatch.build.targets.wheel]
packages = ["src/log_setup"]