From fe09352beda026aeca70b58d532404d520abd3d2 Mon Sep 17 00:00:00 2001 From: Kodjo Sossouvi Date: Mon, 10 Nov 2025 21:42:20 +0100 Subject: [PATCH] Renamed module to mydbengine --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 67efb17..5869ce9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools>=80.9", "wheel"] build-backend = "setuptools.build_meta" [project] -name = "dbengine" +name = "mydbengine" version = "0.1.0" description = "A lightweight, git-inspired database engine that maintains complete history of all modifications" readme = "README.md"