File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ classifiers = [
3434 " Topic :: Software Development :: Libraries :: Python Modules" ,
3535]
3636include = [
37- " iotdb/thrift/*" ,
38- " iotdb/thrift/common/*" ,
39- " iotdb/thrift/confignode/*" ,
40- " iotdb/thrift/datanode/*" ,
41- " iotdb/thrift/ainode/*" ,
42- " iotdb/conf/*" ,
37+ { path = " iotdb/thrift/*" , format = " wheel " } ,
38+ { path = " iotdb/thrift/common/*" , format = " wheel " } ,
39+ { path = " iotdb/thrift/confignode/*" , format = " wheel " } ,
40+ { path = " iotdb/thrift/datanode/*" , format = " wheel " } ,
41+ { path = " iotdb/thrift/ainode/*" , format = " wheel " } ,
42+ { path = " iotdb/conf/*" , format = " wheel " } ,
4343]
4444packages = [
4545 { include = " iotdb" }
Original file line number Diff line number Diff line change 110110echo " Installing AINode..."
111111cd " $SCRIPT_DIR /../lib/"
112112shopt -s nullglob
113- for i in * .whl * .tar.gz ; do
113+ for i in * .whl; do
114114 if [[ $i =~ " ainode" ]]; then
115115 echo Installing AINode body: $i
116116 if [ -z " $p_pypi_mirror " ]; then
You can’t perform that action at this time.
0 commit comments