Skip to content

Commit 1fcd8b1

Browse files
committedJun 7, 2024
Fix PyPi info
1 parent d816672 commit 1fcd8b1

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed
 

‎AUTHORS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributors
22

3-
* auxten [auxtenwpc@gmail.com](mailto:auxtenwpc@gmail.com)
3+
* auxten [auxten@clickhouse.com](mailto:auxten@clickhouse.com)
44

55
To see the list of authors who created the source code of ClickHouse, published and distributed by ClickHouse, Inc. as the owner,
66
run "SELECT * FROM system.contributors;" query on any ClickHouse server.

‎README-zh.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,5 +182,5 @@ chDB 主要基于 [ClickHouse](https://github.com/ClickHouse/ClickHouse)。由
182182
## 联系方式
183183
- 知乎: [@auxten](https://www.zhihu.com/people/auxten)
184184
- Discord:[https://discord.gg/D2Daa2fM5K](https://discord.gg/D2Daa2fM5K)
185-
- 电子邮件:auxtenwpc@gmail.com
185+
- 电子邮件:auxten@clickhouse.com
186186
- Twitter:[@chdb](https://twitter.com/chdb_io)

‎README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
</div>
44
<div align="center">
55
<picture>
6-
<source media="(prefers-color-scheme: dark)" srcset="docs/_static/snake-chdb-dark.png" height="130">
7-
<img src="docs/_static/snake-chdb.png" height="130">
6+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/chdb-io/chdb/raw/main/docs/_static/snake-chdb-dark.png" height="130">
7+
<img src="https://github.com/chdb-io/chdb/raw/main/docs/_static/snake-chdb.png" height="130">
88
</picture>
99

1010
[![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 @@
3434

3535
## Arch
3636
<div align="center">
37-
<img src="docs/_static/arch-chdb2.png" width="450">
37+
<img src="https://github.com/chdb-io/chdb/raw/main/docs/_static/arch-chdb2.png" width="450">
3838
</div>
3939

4040
## Get Started
@@ -202,7 +202,7 @@ for trade mark and other reasons, I named it chDB.
202202

203203
## Contact
204204
- Discord: [https://discord.gg/D2Daa2fM5K](https://discord.gg/D2Daa2fM5K)
205-
- Email: auxtenwpc@gmail.com
205+
- Email: auxten@clickhouse.com
206206
- Twitter: [@chdb](https://twitter.com/chdb_io)
207207

208208

‎bindings.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,5 @@ If you have already developed bindings for a language not listed above,
8484
If you are interested in contributing to the development of bindings for a language not listed above, please contact us at:
8585
8686
- Discord: [bindings](https://discord.gg/uUk6AKf7yM)
87-
- Email: auxtenwpc@gmail.com
87+
- Email: auxten@clickhouse.com
8888
- Twitter: [@chdb](https://twitter.com/chdb_io)

‎setup.cfg

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@
77
name = chdb
88
description = chDB is an in-process SQL OLAP Engine powered by ClickHouse
99
author = auxten
10-
author_email = auxtenwpc@gmail.com
10+
author_email = auxten@clickhouse.com
1111
license = Apache-2.0
1212
license_files = LICENSE.txt
1313
long_description = file: README.md
1414
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
15-
url = https://github.com/auxten/chdb
15+
url = https://github.com/chdb-io/chdb
1616
# Add here related links, for example:
1717
project_urls =
18-
Documentation = https://github.com/auxten/chdb
18+
Documentation = https://doc.chdb.io/
1919
# Source = https://github.com/pyscaffold/pyscaffold/
2020
# Changelog = https://pyscaffold.org/en/latest/changelog.html
2121
# Tracker = https://github.com/pyscaffold/pyscaffold/issues
2222
# Conda-Forge = https://anaconda.org/conda-forge/pyscaffold
2323
# Download = https://pypi.org/project/PyScaffold/#files
24-
# Twitter = https://twitter.com/PyScaffold
24+
Twitter = https://twitter.com/chdb_io
2525

2626
# Change if running only on Windows, Mac or Linux (comma-separated)
2727
platforms = Mac, Linux

0 commit comments

Comments
 (0)
Please sign in to comment.