From 215faa2e1ebc2ee8b6fd45a1c4429149730f3ad2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=A9dric=20OLIVIER?= <cedric3.olivier@orange.com>
Date: Thu, 2 Nov 2023 17:55:54 +0000
Subject: [PATCH] docs: declare py-package in kicker

---
 kicker.json | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/kicker.json b/kicker.json
index 0aa1a7c..3ba4860 100644
--- a/kicker.json
+++ b/kicker.json
@@ -51,6 +51,12 @@
     }
   ],
   "features": [
+    {
+      "id":"package",
+      "name":"package",
+      "description":"This job allows building your Python project [distribution packages](https://packaging.python.org/en/latest/glossary/#term-Distribution-Package).",
+      "enable_with": "PYTHON_PACKAGE_ENABLED"
+    },
     {
       "id": "pylint",
       "name": "pylint",
-- 
GitLab