[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "log_setup" version = "0.3.2" 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"]