We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6fe6a40 + 8883829 commit 732d4e4Copy full SHA for 732d4e4
pyproject.toml
@@ -4,7 +4,6 @@ build-backend = "flit_core.buildapi"
4
5
[project]
6
name = "simulation"
7
-dynamic = ["version", "description"]
8
-authors = [
9
- { name = "Amy Heather", email = "a.heather2@exeter.ac.uk" }
10
-]
+description = "Simple M/M/s queueing model."
+authors = [{name = "Amy Heather", email = "a.heather2@exeter.ac.uk"}]
+dynamic = ["version"]
0 commit comments