From 1166653935bd314e938a14d48bbe83726009c74a Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 21 Jun 2024 15:01:29 +0200 Subject: [PATCH] package,project,readme --- pidd/__init__.py | 2 +- pyproject.toml | 2 +- readme.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pidd/__init__.py b/pidd/__init__.py index 7ddf07f..9df594e 100644 --- a/pidd/__init__.py +++ b/pidd/__init__.py @@ -1,4 +1,4 @@ -"""Continuous Integration, Delivery & Deployment.""" +"""Python Integration, Delivery & Deployment.""" __version__ = "0.0.1" diff --git a/pyproject.toml b/pyproject.toml index 8b9edb0..e48d346 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ "Operating System :: OS Independent", ] dependencies = ["rwx"] -description = "Continuous Integration, Delivery & Deployment" +description = "Python Integration, Delivery & Deployment" dynamic = ["version"] keywords = [] license-files = { paths = ["license.md"] } diff --git a/readme.md b/readme.md index 69fb1b5..6b0a038 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -# Continuous Integration, Delivery & Deployment +# Python Integration, Delivery & Deployment Get a common set of Python CI & CD commands \ from various contexts of CA, CI and OCI / OS.