You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2019/12/07 06:42:31 UTC

[incubator-iotdb] 03/04: Fix the typo of the project url

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

hxd pushed a commit to branch rel/0.9
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git

commit 955d5fd2365de36d112f608dd641081b6e1e41c4
Author: Xiangdong Huang <hx...@qq.com>
AuthorDate: Thu Dec 5 10:29:31 2019 +0800

    Fix the typo of the project url
---
 service-rpc/src/pypi/setup.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/service-rpc/src/pypi/setup.py b/service-rpc/src/pypi/setup.py
index 4d87e3b..4fa9354 100644
--- a/service-rpc/src/pypi/setup.py
+++ b/service-rpc/src/pypi/setup.py
@@ -37,7 +37,7 @@ setuptools.setup(
     description="Apache IoTDB (incubating) client API",
     long_description=long_description,
     long_description_content_type="text/markdown",
-    url="https://github.com/apache/incuabtor-iotdb",
+    url="https://github.com/apache/incubator-iotdb",
     packages=setuptools.find_packages(),
     install_requires=[
               'thrift',
@@ -51,4 +51,5 @@ setuptools.setup(
     ],
     python_requires='>=3.7',
     license='Apache License, Version 2.0',
-)
\ No newline at end of file
+    website='https://iotdb.apache.org',
+)