From 58d81b51fb1f5e8ee9a07060d8262801befb52a8 Mon Sep 17 00:00:00 2001 From: Jamie Hale Date: Fri, 27 Sep 2024 18:44:11 +0000 Subject: [PATCH] Update project description and authors Signed-off-by: Jamie Hale --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 88d2252ef7..8a345d5e86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [tool.poetry] name = "acapy_agent" version = "1.0.1rc1" -description = "Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and services running in non-mobile environments. " -authors = ["Hyperledger Aries "] +description = "(ACA-Py) A Cloud Agent Python is a foundation for building decentralized identity applications and services running in non-mobile environments. " +authors = [] license = "Apache-2.0" readme = "README.md" packages = [{include = "acapy_agent"}]