We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb7e424 commit ff5c61eCopy full SHA for ff5c61e
1 file changed
pyproject.toml
@@ -7,6 +7,10 @@ requires = [
7
8
[project]
9
name = "sqlalchemy-cratedb"
10
+#dynamic = [
11
+# "version",
12
+#]
13
+version = "0.42.0.dev0"
14
description = "SQLAlchemy dialect for CrateDB."
15
readme = "README.md"
16
keywords = [
@@ -77,9 +81,6 @@ classifiers = [
77
81
"Topic :: Text Processing",
78
82
"Topic :: Utilities",
79
83
]
80
-dynamic = [
- "version",
-]
84
dependencies = [
85
"backports.zoneinfo<1; python_version<'3.9'",
86
"crate>=2,<3",
0 commit comments