From 35a9cc1f93497fed7740c7d61239e14281f844eb Mon Sep 17 00:00:00 2001 From: Sergey <6213510+sshnaidm@users.noreply.github.com> Date: Mon, 21 Apr 2025 11:46:44 +0300 Subject: [PATCH] Fix setuptools (#925) Fix #917 Signed-off-by: Sagi Shnaidman --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index def4acc..dc30945 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] name = ansible-podman-collections.containers summary = Ansible collections for Podman -description-file = +description_file = README.md author = Sagi Shnaidman (@sshnaidm)