Skip to content

Commit 8883829

Browse files
committed
chore(pyproject): non-dynamic description (#58)
1 parent ddd037c commit 8883829

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 = "[email protected]" }
10-
]
7+
description = "Simple M/M/s queueing model."
8+
authors = [{name = "Amy Heather", email = "[email protected]"}]
9+
dynamic = ["version"]

0 commit comments

Comments
 (0)