package,project,readme
Some checks failed
/ job (push) Failing after 1m16s

This commit is contained in:
Marc Beninca 2024-06-21 15:01:29 +02:00
parent 9f12c01057
commit 1166653935
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
"""Continuous Integration, Delivery & Deployment."""
"""Python Integration, Delivery & Deployment."""
__version__ = "0.0.1"

View file

@ -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"] }

View file

@ -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.