Skip to content

Commit 732d4e4

Browse files
authored
Merge pull request #64 from pythonhealthdatascience/main
chore(pyproject): non-dynamic description (#58)
2 parents 6fe6a40 + 8883829 commit 732d4e4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "simulation"
7-
dynamic = ["version", "description"]
8-
authors = [
9-
{ name = "Amy Heather", email = "a.heather2@exeter.ac.uk" }
10-
]
7+
description = "Simple M/M/s queueing model."
8+
authors = [{name = "Amy Heather", email = "a.heather2@exeter.ac.uk"}]
9+
dynamic = ["version"]

0 commit comments

Comments
 (0)