From 57d9f8b77f5ba0b901ba6159eece404b8baf33b8 Mon Sep 17 00:00:00 2001 From: jeanluc Date: Fri, 18 Oct 2024 14:53:40 +0200 Subject: [PATCH] Remove keyword added by accident --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e0c1177..5922d94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,9 +16,7 @@ description = "Manage default file and URI scheme handlers on macOS 12.0+" authors = [ {name = "jeanluc", email = "lkubb@protonmail.com"}, ] -keywords = [ - "salt-extension", -] +keywords = [] license = {text = "Apache Software License"} classifiers = [ "Programming Language :: Python",