docs: soften pyproject desc to 'stdlib-based' (base is zero-dep; [addr] adds aiohttp)

Signed-off-by: disqualifier <dev@disqualifier.me>
This commit is contained in:
disqualifier 2026-06-29 22:02:53 -04:00
parent f8476fe8d4
commit 6ad5b6aca0

View File

@ -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 = []