This commit is contained in:
parent
9f12c01057
commit
1166653935
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
"""Continuous Integration, Delivery & Deployment."""
|
||||
"""Python Integration, Delivery & Deployment."""
|
||||
|
||||
__version__ = "0.0.1"
|
||||
|
||||
|
|
|
@ -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"] }
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue