From e9a3099a9a3c0cddad2413984e7c34e4d0043312 Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Fri, 8 Apr 2022 02:21:07 -0400 Subject: [PATCH] Fix typo in pypi classifier --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 14dc2f5..4e30cba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ classifiers = [ "Framework :: Ansible", "Intended Audience :: Developers", "Intended Audience :: Information Technology", - "Intended Audience :: Systems Administrators", + "Intended Audience :: System Administrators", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent",