Skip to content

Commit d72a395

Browse files
committed
fix issue building docs
1 parent b52d046 commit d72a395

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ name = "radius-clustering"
77
version = "1.0.0"
88
description = "A Clustering under radius constraints algorithm using minimum dominating sets"
99
readme = "README.md"
10-
authors = ["Quentin Haenn"]
10+
authors = [
11+
{name = "Quentin Haenn"},
12+
]
1113

1214
dependencies = [
1315
"matplotlib>=3.6.2",

0 commit comments

Comments
 (0)