From 67756d80f036d9b4be4d0ac169b611838d8b48f7 Mon Sep 17 00:00:00 2001 From: jungle Date: Thu, 16 Nov 2023 10:36:32 +0000 Subject: [PATCH] project name fix --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 071ebe5..073b8f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["hatchling"] build-backend = "hatchling.build" [project] -name = "cudo-compute-python-client" +name = "cudo-compute" version = "0.0.1" authors = [ { name="Cudo Ventures", email="dev@cudoventures.com" },