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