This is an automated email from the ASF dual-hosted git repository.

yongzao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 451024279b8 [AINode] Fix compile bug (#16536)
451024279b8 is described below

commit 451024279b83a17cf1e9877294157c8f925d9fd5
Author: Yongzao <[email protected]>
AuthorDate: Thu Oct 2 18:17:40 2025 +0800

    [AINode] Fix compile bug (#16536)
---
 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 = [

Reply via email to