Commit 30a3aa56 authored by Ruben ten Hove's avatar Ruben ten Hove
Browse files

Merge branch 'test--non-default-structure' into 'beta'

test: non-default structure

See merge request just-ci/templates!6
parents 26beb9ab b8242565
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -4,6 +4,10 @@ version = "3.19.2"
description = ""
license = "MIT"
authors = []
packages=[
    {include = "src"},
    {include = "src/**/*.py"},
]

[tool.poetry.dependencies]
python = "^3.8"