From 1dc27ebc1a628266e66dc325ed568286264677ec Mon Sep 17 00:00:00 2001 From: disqualifier Date: Mon, 29 Jun 2026 22:02:53 -0400 Subject: [PATCH] docs: soften pyproject desc to 'stdlib-based' (base is zero-dep; [addr] adds aiohttp) Signed-off-by: disqualifier --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cc3de55..a9ecfd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "commons" version = "0.2.3" -description = "small stdlib-only sync helpers: time/timezone deltas, dotted-path dict access, display masking, ip/address tooling, and retry/backoff" +description = "small stdlib-based sync helpers: time/timezone deltas, dotted-path dict access, display masking, ip/address tooling, and retry/backoff" requires-python = ">=3.10" dependencies = []