Skip to content

Commit c107e7b

Browse files
authored
Added required version field to pyproject.toml
1 parent 8b17580 commit c107e7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +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"]
910
license = { text = "MIT" }
1011
requires-python = ">=3.10"
1112
classifiers = [

0 commit comments

Comments
 (0)