This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch query_v2_py in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 78aff4982e5701a49cd1a2bd8587ccbdc83e61d7 Author: HTHou <[email protected]> AuthorDate: Fri Mar 21 17:13:28 2025 +0800 opt --- iotdb-client/client-py/resources/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iotdb-client/client-py/resources/pyproject.toml b/iotdb-client/client-py/resources/pyproject.toml index bd8ea77a3e2..de391294695 100644 --- a/iotdb-client/client-py/resources/pyproject.toml +++ b/iotdb-client/client-py/resources/pyproject.toml @@ -28,7 +28,7 @@ readme = "README.md" authors = [ { name = "Apache IoTDB", email = "[email protected]" } ] -license = { text = "Apache License, Version 2.0"} +license = "Apache-2.0" keywords = ["iotdb", "apache", "client", "API"] classifiers = [ "Programming Language :: Python :: 3",
