From 84e6e7aac5503788a7b3e8bd1fd6419bb0761489 Mon Sep 17 00:00:00 2001 From: loonghao Date: Fri, 31 May 2024 13:49:45 +0800 Subject: [PATCH] chore: Update keywords and description Signed-off-by: loonghao --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 43e0bb3..df655a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,11 @@ [tool.poetry] name = "maya_umbrella" version = "0.14.0" -description = "Check and fix maya virus." +description = "A better Autodesk Maya antivirus tool detects and removes malicious." homepage = "https://github.com/loonghao/maya_umbrella" repository = "https://github.com/loonghao/maya_umbrella" documentation = "https://github.com/loonghao/maya_umbrella" -keywords = ["notifiers", "python", "Maya", "dcc"] +keywords = ["Autodesk Maya", "python", "Maya", "dcc", "antivirus", "Security Tools", "maya_umbrella"] authors = ["longhao "] license = "MIT" readme = "README.md"