From c84060d1c261e838c048bdc600ff468c16f0ea24 Mon Sep 17 00:00:00 2001 From: auxten Date: Wed, 5 Jun 2024 13:51:32 +0800 Subject: [PATCH] Fix PyPi info --- AUTHORS.md | 2 +- README-zh.md | 2 +- README.md | 8 ++++---- bindings.md | 2 +- setup.cfg | 8 ++++---- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index a8ec8023e4d..2a434837633 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -1,6 +1,6 @@ # Contributors -* auxten [auxtenwpc@gmail.com](mailto:auxtenwpc@gmail.com) +* auxten [auxten@clickhouse.com](mailto:auxten@clickhouse.com) To see the list of authors who created the source code of ClickHouse, published and distributed by ClickHouse, Inc. as the owner, run "SELECT * FROM system.contributors;" query on any ClickHouse server. diff --git a/README-zh.md b/README-zh.md index 63e7ec63c32..9f684a1924b 100644 --- a/README-zh.md +++ b/README-zh.md @@ -182,5 +182,5 @@ chDB 主要基于 [ClickHouse](https://github.com/ClickHouse/ClickHouse)。由 ## 联系方式 - 知乎: [@auxten](https://www.zhihu.com/people/auxten) - Discord:[https://discord.gg/D2Daa2fM5K](https://discord.gg/D2Daa2fM5K) -- 电子邮件:auxtenwpc@gmail.com +- 电子邮件:auxten@clickhouse.com - Twitter:[@chdb](https://twitter.com/chdb_io) diff --git a/README.md b/README.md index 63c1c63a4e3..f01bb6adb80 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@
- - + + [![Build X86](https://github.com/chdb-io/chdb/actions/workflows/build_wheels.yml/badge.svg?event=release)](https://github.com/chdb-io/chdb/actions/workflows/build_wheels.yml) @@ -34,7 +34,7 @@ ## Arch
- +
## Get Started @@ -202,7 +202,7 @@ for trade mark and other reasons, I named it chDB. ## Contact - Discord: [https://discord.gg/D2Daa2fM5K](https://discord.gg/D2Daa2fM5K) -- Email: auxtenwpc@gmail.com +- Email: auxten@clickhouse.com - Twitter: [@chdb](https://twitter.com/chdb_io) diff --git a/bindings.md b/bindings.md index e22c3fda331..72de636fad2 100644 --- a/bindings.md +++ b/bindings.md @@ -84,5 +84,5 @@ If you have already developed bindings for a language not listed above, If you are interested in contributing to the development of bindings for a language not listed above, please contact us at: - Discord: [bindings](https://discord.gg/uUk6AKf7yM) -- Email: auxtenwpc@gmail.com +- Email: auxten@clickhouse.com - Twitter: [@chdb](https://twitter.com/chdb_io) diff --git a/setup.cfg b/setup.cfg index 207a2fbec37..48112f10f3d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,21 +7,21 @@ name = chdb description = chDB is an in-process SQL OLAP Engine powered by ClickHouse author = auxten -author_email = auxtenwpc@gmail.com +author_email = auxten@clickhouse.com license = Apache-2.0 license_files = LICENSE.txt long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8; variant=GFM -url = https://github.com/auxten/chdb +url = https://github.com/chdb-io/chdb # Add here related links, for example: project_urls = - Documentation = https://github.com/auxten/chdb + Documentation = https://doc.chdb.io/ # Source = https://github.com/pyscaffold/pyscaffold/ # Changelog = https://pyscaffold.org/en/latest/changelog.html # Tracker = https://github.com/pyscaffold/pyscaffold/issues # Conda-Forge = https://anaconda.org/conda-forge/pyscaffold # Download = https://pypi.org/project/PyScaffold/#files -# Twitter = https://twitter.com/PyScaffold + Twitter = https://twitter.com/chdb_io # Change if running only on Windows, Mac or Linux (comma-separated) platforms = Mac, Linux