This is an automated email from the ASF dual-hosted git repository.
qiaojialin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new 0426e72 [IOTDB-1593] Fix generated files in client-py have unapproved
license (#5258)
0426e72 is described below
commit 0426e72c87a5cce9a0fc6a48b33b7531efd49a10
Author: Haonan <[email protected]>
AuthorDate: Wed Mar 16 19:49:29 2022 +0800
[IOTDB-1593] Fix generated files in client-py have unapproved license
(#5258)
---
pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/pom.xml b/pom.xml
index 75ae55f..da38d70 100644
--- a/pom.xml
+++ b/pom.xml
@@ -692,6 +692,8 @@
<exclude>.pytest_cache/**</exclude>
<exclude>venv/**</exclude>
<exclude>apache_iotdb.egg-info/**</exclude>
+ <exclude>**/iotdb/thrift/__init__.py</exclude>
+ <exclude>**/iotdb/thrift/rpc/__init__.py</exclude>
<!-- Java SPI uses files in
resources/META-INF/services-->
<exclude>**/resources/META-INF/services/**</exclude>
<!-- grafana plugin -->