@@ -34,12 +34,21 @@ classifiers = [
3434 " Topic :: Software Development :: Libraries :: Python Modules" ,
3535]
3636include = [
37+ {path = " iotdb/*" , format = " wheel" },
38+ {path = " iotdb/dbapi/*" , format = " wheel" },
39+ {path = " iotdb/sqlalchemy/*" , format = " wheel" },
40+ {path = " iotdb/template/*" , format = " wheel" },
3741 {path = " iotdb/thrift/*" , format = " wheel" },
42+ {path = " iotdb/thrift/ainode/*" , format = " wheel" },
3843 {path = " iotdb/thrift/common/*" , format = " wheel" },
3944 {path = " iotdb/thrift/confignode/*" , format = " wheel" },
4045 {path = " iotdb/thrift/datanode/*" , format = " wheel" },
41- {path = " iotdb/thrift/ainode/*" , format = " wheel" },
42- {path = " iotdb/ainode/conf/*" , format = " wheel" },
46+ {path = " iotdb/thrift/rpc/*" , format = " wheel" },
47+ {path = " iotdb/tsfile/*" , format = " wheel" },
48+ {path = " iotdb/tsfile/common/*" , format = " wheel" },
49+ {path = " iotdb/tsfile/common/constant/*" , format = " wheel" },
50+ {path = " iotdb/tsfile/utils/*" , format = " wheel" },
51+ {path = " iotdb/utils/*" , format = " wheel" },
4352]
4453packages = [
4554 { include = " iotdb/ainode" }
@@ -59,7 +68,6 @@ sktime = "0.38.4"
5968scikit-learn = " ^1.4"
6069statsmodels = " ^0.14"
6170hmmlearn = " ^0.3.0"
62- apache-iotdb = " 2.0.4.dev0"
6371einops = " ^0.8.1"
6472safetensors = " ^0.5.1"
6573huggingface_hub = " ^0.30.1"
0 commit comments