add init
This commit is contained in:
parent
956f4b73c6
commit
de2777d53a
2 changed files with 7 additions and 2 deletions
4
build.py
4
build.py
|
@ -25,8 +25,8 @@ use_plugin("python.install_dependencies")
|
|||
|
||||
default_task = "publish"
|
||||
|
||||
name = 'dda-devops-build'
|
||||
version = "0.1.1"
|
||||
name = 'dda_devops_build'
|
||||
version = "0.1.4"
|
||||
summary = "tools to support builds combining gopass, terraform, dda-pallet, aws & hetzner-cloud"
|
||||
description = __doc__
|
||||
authors = [Author("meissa GmbH", "buero@meissa-gmbh.de")]
|
||||
|
|
5
src/main/python/__init.py__
Normal file
5
src/main/python/__init.py__
Normal file
|
@ -0,0 +1,5 @@
|
|||
from .dda_pallet import *
|
||||
from .meissa_build import *
|
||||
from .terraform import *
|
||||
|
||||
__version__ = "${version}"
|
Loading…
Reference in a new issue