From dd7431d1ae775ff0223eb8d8a08f2700f999d35c Mon Sep 17 00:00:00 2001 From: Alessandro Candido Date: Sun, 7 May 2023 12:16:11 +0200 Subject: [PATCH] Use the correct name for the project --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 77e13fa5a..a662a7611 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["maturin>=0.14.8,<0.15", "poetry-dynamic-versioning"] build-backend = "maturin" [project] -name = "atuin" +name = "eko" requires-python = ">=3.8" classifiers = [ "Programming Language :: Rust",