From 7505785b7b8b1551e562de1cf9a7b33c4b9e2a87 Mon Sep 17 00:00:00 2001 From: ferkans-amir Date: Thu, 23 Jul 2026 21:37:00 +0200 Subject: [PATCH] docs: hyphenate time-domain in pyproject.toml description --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1f64e50d..41dd2e53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "k-Wave-python" dynamic = ["version"] -description = "Acoustics toolbox for time domain acoustic and ultrasound simulations in complex and tissue-realistic media." +description = "Acoustics toolbox for time-domain acoustic and ultrasound simulations in complex and tissue-realistic media." readme = "docs/README.md" license = { file = "LICENSE" } requires-python = ">=3.10"