This is an automated email from the ASF dual-hosted git repository.
yongzao pushed a commit to branch fix-ain-compile
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/fix-ain-compile by this push:
new 0d13b7898e6 Update pyproject.toml
0d13b7898e6 is described below
commit 0d13b7898e675ac1e0f422fb1622f742ee139af2
Author: Yongzao <[email protected]>
AuthorDate: Thu Oct 2 17:45:02 2025 +0800
Update pyproject.toml
---
iotdb-core/ainode/pyproject.toml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/iotdb-core/ainode/pyproject.toml b/iotdb-core/ainode/pyproject.toml
index f2908f9a64e..2450c2fb0e9 100644
--- a/iotdb-core/ainode/pyproject.toml
+++ b/iotdb-core/ainode/pyproject.toml
@@ -34,6 +34,10 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
]
include = [
+ { path = "iotdb/Session.py", format = "wheel" },
+ { path = "iotdb/SessionPool.py", format = "wheel" },
+ { path = "iotdb/table_session.py", format = "wheel" },
+ { path = "iotdb/table_session_pool.py", format = "wheel" },
{ path = "iotdb/dbapi/*", format = "wheel" },
{ path = "iotdb/sqlalchemy/*", format = "wheel" },
{ path = "iotdb/template/*", format = "wheel" },
@@ -51,7 +55,6 @@ include = [
{ path = "iotdb/__init__.py", format = "wheel" },
{ path = "iotdb/ainode/__init__.py", format = "wheel" },
{ path = "iotdb/ainode/conf/*", format = "wheel" },
- { path = "iotdb/ainode/script.py", format = "wheel" }
]
packages = [