Skip to content

Commit cef7a56

Browse files
committed
Fix small issues in pyproject.toml
1 parent 79c22d6 commit cef7a56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ readme = "README.md"
2626
license = { file = "LICENSE.txt" }
2727
requires-python = ">=3.7"
2828
keywords = ["datafusion", "dataframe", "rust", "query-engine"]
29-
classifier = [
29+
classifiers = [
3030
"Development Status :: 2 - Pre-Alpha",
3131
"Intended Audience :: Developers",
3232
"License :: OSI Approved :: Apache Software License",
@@ -43,6 +43,7 @@ classifier = [
4343
"Programming Language :: Rust",
4444
]
4545
dependencies = ["pyarrow>=11.0.0", "typing-extensions;python_version<'3.13'"]
46+
dynamic = ["version"]
4647

4748
[project.urls]
4849
homepage = "https://datafusion.apache.org/python"

0 commit comments

Comments
 (0)