File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,10 @@ classifiers = [
3434 " Topic :: Software Development :: Libraries :: Python Modules" ,
3535]
3636include = [
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
5760packages = [
You can’t perform that action at this time.
0 commit comments