Skip to content

Commit cc5a7d0

Browse files
committed
Fix PyPI package name: sochdb-client → sochdb
- Changed package name from 'sochdb-client' to 'sochdb' to match PyPI trusted publisher configuration - This fixes the 400 error during PyPI upload
1 parent ec41dcf commit cc5a7d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=45", "wheel", "setuptools-rust>=1.7"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "sochdb-client"
6+
name = "sochdb"
77
version = "0.4.0"
88
description = "SochDB is an AI-native database with token-optimized output, O(|path|) lookups, built-in vector search, and durable transactions."
99
readme = "README.md"

0 commit comments

Comments
 (0)