Skip to content

Commit 4510242

Browse files
authored
[AINode] Fix compile bug (apache#16536)
1 parent e4081b9 commit 4510242

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

iotdb-core/ainode/pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ classifiers = [
3434
"Topic :: Software Development :: Libraries :: Python Modules",
3535
]
3636
include = [
37+
{ path = "iotdb/Session.py", format = "wheel" },
38+
{ path = "iotdb/SessionPool.py", format = "wheel" },
39+
{ path = "iotdb/table_session.py", format = "wheel" },
40+
{ path = "iotdb/table_session_pool.py", format = "wheel" },
3741
{ path = "iotdb/dbapi/*", format = "wheel" },
3842
{ path = "iotdb/sqlalchemy/*", format = "wheel" },
3943
{ path = "iotdb/template/*", format = "wheel" },
@@ -51,7 +55,6 @@ include = [
5155
{ path = "iotdb/__init__.py", format = "wheel" },
5256
{ path = "iotdb/ainode/__init__.py", format = "wheel" },
5357
{ path = "iotdb/ainode/conf/*", format = "wheel" },
54-
{ path = "iotdb/ainode/script.py", format = "wheel" }
5558
]
5659

5760
packages = [

0 commit comments

Comments
 (0)