build(python): Add project.dynamic = ["version"] to pyproject.toml

This commit is contained in:
Andrew Yao
2024-12-24 22:27:54 -08:00
parent 0a0f667bbd
commit ea1f96dab0

View File

@@ -1,5 +1,6 @@
[project]
name = "lancedb"
dynamic = ["version"]
# version in Cargo.toml
dependencies = [
"deprecation",