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"
|
__version__ = "0.0.1"
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ classifiers = [
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
]
|
]
|
||||||
dependencies = ["rwx"]
|
dependencies = ["rwx"]
|
||||||
description = "Continuous Integration, Delivery & Deployment"
|
description = "Python Integration, Delivery & Deployment"
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
keywords = []
|
keywords = []
|
||||||
license-files = { paths = ["license.md"] }
|
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 \
|
Get a common set of Python CI & CD commands \
|
||||||
from various contexts of CA, CI and OCI / OS.
|
from various contexts of CA, CI and OCI / OS.
|
||||||
|
|
Loading…
Reference in a new issue