We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4081b9 commit 4510242Copy full SHA for 4510242
1 file changed
iotdb-core/ainode/pyproject.toml
@@ -34,6 +34,10 @@ classifiers = [
34
"Topic :: Software Development :: Libraries :: Python Modules",
35
]
36
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" },
41
{ path = "iotdb/dbapi/*", format = "wheel" },
42
{ path = "iotdb/sqlalchemy/*", format = "wheel" },
43
{ path = "iotdb/template/*", format = "wheel" },
@@ -51,7 +55,6 @@ include = [
51
55
{ path = "iotdb/__init__.py", format = "wheel" },
52
56
{ path = "iotdb/ainode/__init__.py", format = "wheel" },
53
57
{ path = "iotdb/ainode/conf/*", format = "wheel" },
54
- { path = "iotdb/ainode/script.py", format = "wheel" }
58
59
60
packages = [
0 commit comments