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.
1 parent b52d046 commit d72a395Copy full SHA for d72a395
pyproject.toml
@@ -7,7 +7,9 @@ name = "radius-clustering"
7
version = "1.0.0"
8
description = "A Clustering under radius constraints algorithm using minimum dominating sets"
9
readme = "README.md"
10
-authors = ["Quentin Haenn"]
+authors = [
11
+ {name = "Quentin Haenn"},
12
+]
13
14
dependencies = [
15
"matplotlib>=3.6.2",
0 commit comments