diff --git a/tomls/pyproject_cuda.toml b/tomls/pyproject_cuda.toml index 6e04d27c..008ea1a0 100644 --- a/tomls/pyproject_cuda.toml +++ b/tomls/pyproject_cuda.toml @@ -3,7 +3,7 @@ requires = ["scikit-build-core"] build-backend = "scikit_build_core.build" [project] -name = "nexaai-gpu" +name = "nexaai-cuda" version = "0.0.1" description = "Nexa AI SDK" readme = "README.md" diff --git a/tomls/pyproject_metal.toml b/tomls/pyproject_metal.toml index de1635b9..c895998d 100644 --- a/tomls/pyproject_metal.toml +++ b/tomls/pyproject_metal.toml @@ -3,7 +3,7 @@ requires = ["scikit-build-core"] build-backend = "scikit_build_core.build" [project] -name = "nexaai-gpu" +name = "nexaai-metal" version = "0.0.1" description = "Nexa AI SDK" readme = "README.md"