From 8883829206e8fc7a7f32bd3c13cb4eeeb819642d Mon Sep 17 00:00:00 2001 From: amyheather Date: Thu, 31 Jul 2025 11:59:53 +0100 Subject: [PATCH] chore(pyproject): non-dynamic description (#58) --- pyproject.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5bafe89..a5d4d99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,6 @@ build-backend = "flit_core.buildapi" [project] name = "simulation" -dynamic = ["version", "description"] -authors = [ - { name = "Amy Heather", email = "a.heather2@exeter.ac.uk" } -] +description = "Simple M/M/s queueing model." +authors = [{name = "Amy Heather", email = "a.heather2@exeter.ac.uk"}] +dynamic = ["version"] \ No newline at end of file