adjust version & homepage
This commit is contained in:
parent
003296112a
commit
74027d5d6f
1 changed files with 3 additions and 3 deletions
6
build.py
6
build.py
|
@ -28,12 +28,12 @@ use_plugin("python.distutils")
|
|||
default_task = "publish"
|
||||
|
||||
name = "ddadevops"
|
||||
version = "4.0.0-dev67"
|
||||
version = "4.0.0-dev68"
|
||||
summary = "tools to support builds combining gopass, terraform, dda-pallet, aws & hetzner-cloud"
|
||||
description = __doc__
|
||||
authors = [Author("meissa GmbH", "buero@meissa-gmbh.de")]
|
||||
url = "https://github.com/DomainDrivenArchitecture/dda-devops-build"
|
||||
requires_python = ">=3.8" # CHECK IF NEW VERSION EXISTS
|
||||
url = "https://repo.prod.meissa.de/meissa/dda-devops-build"
|
||||
requires_python = ">=3.10" # CHECK IF NEW VERSION EXISTS
|
||||
license = "Apache Software License"
|
||||
|
||||
@init
|
||||
|
|
Loading…
Reference in a new issue