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"