From 700d9d0d2200fc82c97ba9effa5e8156e77dba6b Mon Sep 17 00:00:00 2001 From: honghanhh Date: Mon, 4 Nov 2024 10:59:40 +0100 Subject: [PATCH] chore: change pyproject name --- lib/shroom/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/shroom/pyproject.toml b/lib/shroom/pyproject.toml index ca319fd..a894ea7 100644 --- a/lib/shroom/pyproject.toml +++ b/lib/shroom/pyproject.toml @@ -45,7 +45,7 @@ profile = 'black' authors = ["Arkhn's AI Team "] description = "a package to detect hallucination in LLM text generation" license = "Apache-2.0" -name = "style-transfer" +name = "shroom" readme = "README.md" repository = "https://github.com/arkhn/open-nlp" version = "0.1.0"