Skip to content

Commit

Permalink
Update PyPi info
Browse files Browse the repository at this point in the history
  • Loading branch information
auxten committed Oct 17, 2024
1 parent 0d0b646 commit 21b8109
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@ build-frontend = "pip"
include = ["chdb"]
exclude = ["src", "contrib", "programs", "build", "buildlib", "dist", "venv", ".venv", ".vscode", ".git", "__pycache__", ".mypy_cache", ".pytest_cache"]

[project.urls]
Homepage = "https://clickhouse.com/chdb"
Documentation = "https://clickhouse.com/docs/en/chdb"
Source = "https://github.com/chdb-io/chdb"
Download = "https://pypi.org/project/chdb/#files"
Twitter = "https://twitter.com/chdb_io"
11 changes: 5 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
url = https://github.com/chdb-io/chdb
# Add here related links, for example:
project_urls =
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
Homepage = https://clickhouse.com/chdb
Documentation = https://clickhouse.com/docs/en/chdb
Source = https://github.com/chdb-io/chdb
Download = https://pypi.org/project/chdb/#files
Twitter = https://twitter.com/chdb_io

# Change if running only on Windows, Mac or Linux (comma-separated)
Expand All @@ -38,6 +36,7 @@ classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Database
Topic :: Scientific/Engineering :: Information Analysis

Expand Down

0 comments on commit 21b8109

Please sign in to comment.