From 1fb02b0fbdd7e7a6a16aa35096c216ce3617d80b Mon Sep 17 00:00:00 2001 From: nolze Date: Sun, 21 Jan 2024 02:36:57 +0900 Subject: [PATCH] [skip ci] Update description --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3a1ed09..80d0ca6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "msoffcrypto-tool" version = "5.3.1" -description = "Python tool and library for decrypting MS Office files with passwords or other keys" +description = "Python tool and library for decrypting and encrypting MS Office files using a password or other keys" license = "MIT" homepage = "https://github.com/nolze/msoffcrypto-tool" authors = ["nolze "]