This is an automated email from the ASF dual-hosted git repository.

jackietien pushed a commit to branch ty/TableModelGrammar
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit c80450c9e20713b9ac3b150a76494eca3f17e8d3
Author: Haonan <[email protected]>
AuthorDate: Fri Jul 26 17:03:25 2024 +0800

    Fix python sdk release shell issue (#13038)
    
    (cherry picked from commit 7f050df3e00c4ed8c2f0bddae2f127243e3a0a42)
---
 iotdb-client/client-py/resources/pyproject.toml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/iotdb-client/client-py/resources/pyproject.toml 
b/iotdb-client/client-py/resources/pyproject.toml
index dcde7a7ed4f..09a94636e64 100644
--- a/iotdb-client/client-py/resources/pyproject.toml
+++ b/iotdb-client/client-py/resources/pyproject.toml
@@ -25,12 +25,10 @@ name = "apache-iotdb"
 version = "${iotdb_version}"
 description = "Apache IoTDB client API"
 readme = "README.md"
-readme-content-type = "text/markdown"
 authors = [
     { name = "Apache IoTDB", email = "[email protected]" }
 ]
-license = { text = "Apache License, Version 2.0", file = "LICENSE" }
-homepage = "https://github.com/apache/iotdb";
+license = { text = "Apache License, Version 2.0"}
 keywords = ["iotdb", "apache", "client", "API"]
 classifiers = [
     "Programming Language :: Python :: 3",
@@ -55,6 +53,9 @@ Documentation = "https://github.com/apache/iotdb";
 [project.entry-points."sqlalchemy.dialects"]
 iotdb = "iotdb.sqlalchemy.IoTDBDialect:IoTDBDialect"
 
+[tool.setuptools.packages.find]
+where = ["."]
+
 [tool.black]
 line-length = 88
 target-version = ['py36', 'py37', 'py38', 'py39', 'py310', 'py311', 'py312']

Reply via email to