From a46818fda001e8dbd285486c1361c5f9912d1f7f Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 1 Jul 2025 07:26:50 -0700 Subject: [PATCH] Turso, not Limbo, in pyproject.toml --- bindings/python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/pyproject.toml b/bindings/python/pyproject.toml index a2299020c..0e8718e3c 100644 --- a/bindings/python/pyproject.toml +++ b/bindings/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = 'maturin' [project] name = 'pyturso' -description = "Limbo is a work-in-progress, in-process OLTP database management system, compatible with SQLite." +description = "Turso is a work-in-progress, in-process OLTP database management system, compatible with SQLite." requires-python = '>=3.9' classifiers = [ 'Development Status :: 3 - Alpha',