From de17584aa768f922b8dea6eaa4d94d100be14e0b Mon Sep 17 00:00:00 2001 From: Romulo Quidute Filho Date: Tue, 1 Apr 2025 18:02:14 +0000 Subject: [PATCH] Fixed pyproject.toml name property --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f7865c7..e0a0402 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. [tool.poetry] -name = "certification-tool-cli" +name = "app" version = "0.1.0" description = "A CLI tool for accessing CHIP Test Harness"