From 1df19519c8018b12037978b5f0513ea103c33cb9 Mon Sep 17 00:00:00 2001 From: Pavel Tisnovsky Date: Thu, 28 Nov 2024 13:31:10 +0100 Subject: [PATCH] Changed project name --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7a19eb97..09759049 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ requires = ["pdm-backend"] build-backend = "pdm.backend" [project] -name = "ols" +name = "road-core" version = "0.2.1" description = "Road-core service is an AI powered assistant that runs on OpenShift and provides answers to product questions using backend LLM services." authors = []