From e217bb3f132d6f279743b69a02efd4c0c4bf27ad Mon Sep 17 00:00:00 2001 From: "Julien M." Date: Tue, 26 Sep 2023 14:37:27 +0200 Subject: [PATCH] Fix keywords list type --- qgis_deployment_toolbelt/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qgis_deployment_toolbelt/__about__.py b/qgis_deployment_toolbelt/__about__.py index 04488d63..920cfd25 100644 --- a/qgis_deployment_toolbelt/__about__.py +++ b/qgis_deployment_toolbelt/__about__.py @@ -23,7 +23,7 @@ __email__ = "qgis@oslandia.com" __executable_name__ = "qgis-deployment-toolbelt" __package_name__ = "qgis-deployment-toolbelt" -__keywords__ = ["cli, QGIS, deployment, profiles", "qdt"] +__keywords__ = ["cli", "deployment", "profiles", "qdt", "QGIS"] __license__ = "GNU Lesser General Public License v3.0" __summary__ = ( "QGIS deployment toolbelt is a CLI (Command Line Interface) to perform "