Skip to content

Commit 6886827

Browse files
committed
fixes
1 parent dfcf102 commit 6886827

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pyproject.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
[project]
22
name = "query-farm-sql-scan-planning"
3-
version = "0.1.0"
4-
description = "Add your description here"
3+
version = "0.1.2"
4+
description = "A Python library for intelligent file filtering using SQL expressions and metadata-based scan planning. This library enables efficient data lake query optimization by determining which files need to be scanned based on their statistical metadata."
55
authors = [
66
{ name = "Rusty Conover", email = "rusty@conover.me" }
77
]
88
dependencies = [
99
"sqlglot>=26.33.0",
1010
]
11-
requires-python = ">= 3.12"
11+
readme = "README.md"
12+
requires-python = ">= 3.11"
1213
keywords = ["sql", "predicate pushdown", "sql scan planning", "scan planning"]
1314
classifiers = [
1415
"Development Status :: 4 - Beta",
1516
"Intended Audience :: Developers",
1617
"Topic :: Database",
1718
"Topic :: Database :: Database Engines/Servers",
18-
"Programming Language :: Python :: 3.12"
19+
"Programming Language :: Python :: 3.11"
1920
]
2021

2122

0 commit comments

Comments
 (0)