From 5845ff58e4e14eceae0b28d2ad60be59ddcedbff Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Sat, 20 Jun 2026 15:33:24 +1000 Subject: [PATCH] Update pyproject comment --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cd0294e..f32cdf6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "enroll" version = "0.7.0b4" -description = "Enroll a server's running state retrospectively into Ansible" +description = "Enroll a server's running state retrospectively into Ansible, Puppet or Salt" authors = ["Miguel Jacq "] license = "GPL-3.0-or-later" readme = "README.md"