Skip to content

Commit ef758f8

Browse files
fix merge issue
1 parent b424891 commit ef758f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "maturin"
66
name = "egglog"
77
description = "e-graphs in Python built around the the egglog rust library"
88
readme = "README.md"
9-
dynamic = ["version"]
9+
dynamic = ["version"]
1010
license = { text = "MIT" }
1111
requires-python = ">=3.10"
1212
classifiers = [
@@ -28,7 +28,6 @@ classifiers = [
2828
"Typing :: Typed",
2929
]
3030
dependencies = ["typing-extensions", "black", "graphviz", "anywidget"]
31-
dynamic = ["version"]
3231

3332
[project.optional-dependencies]
3433

0 commit comments

Comments
 (0)