From 9a05c65157dc10e6947daa109b2557fdd18282e2 Mon Sep 17 00:00:00 2001
From: Pierre Smeyers <pierre.smeyers@gmail.com>
Date: Mon, 16 Jan 2023 18:06:39 +0100
Subject: [PATCH] doc: change the project pitch sentence

---
 README.md   | 4 +---
 kicker.json | 2 +-
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index e2d74ce..372786a 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,6 @@
 # GitLab CI template for Python
 
-This project implements a generic GitLab CI template for [Python](https://www.python.org/).
-
-It provides several features, usable in different modes (by configuration).
+This project implements a GitLab CI/CD template to build, test and analyse your [Python](https://www.python.org/) projects.
 
 ## Usage
 
diff --git a/kicker.json b/kicker.json
index 9c36e8d..d483b6e 100644
--- a/kicker.json
+++ b/kicker.json
@@ -1,6 +1,6 @@
 {
   "name": "Python",
-  "description": "Build and test [Python](https://www.python.org/) language",
+  "description": "Build, test and analyse your [Python](https://www.python.org/) projects",
   "template_path": "templates/gitlab-ci-python.yml",
   "kind": "build",
   "variables": [
-- 
GitLab