Skip to content

Commit 46f023e

Browse files
committed
fix optional dependencies in toml
1 parent a5c79e8 commit 46f023e

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
@@ -25,7 +25,9 @@ dependencies = [
2525
]
2626

2727
[project.optional-dependencies]
28-
h3 = [h3]
28+
h3 = [
29+
"h3"
30+
]
2931

3032
[tool.setuptools.packages.find]
3133
where = ["src"]

0 commit comments

Comments
 (0)