File tree Expand file tree Collapse file tree
{{cookiecutter.project_name|replace(" ", "")}} Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 INPUT_EXCLUDE : .*\{\{.*\}\}.*
1414 PYTHON_VERSION : 3.11
1515 VERSION :
16+ # Does not use pipenv to avoid pipenv as a project bootstrapping requirement
1617 sh : python -c 'from {{.PROJECT_SLUG}} import __version__; print(__version__)'
1718
1819includes :
Original file line number Diff line number Diff line change 3030 PYTHON_VERSION : {{ cookiecutter.python_version }}
3131 SUPPORTED_PLATFORMS : ' linux/amd64,linux/arm64'
3232 VERSION :
33+ # Does not use pipenv to avoid pipenv as a project bootstrapping requirement
3334 sh : python -c 'from {{ "{{" }}.PROJECT_SLUG{{ "}}" }} import __version__; print(__version__)'
3435 LOCAL_PLATFORM :
3536 # Inspired by https://github.com/containerd/containerd/blob/e0912c068b131b33798ae45fd447a1624a6faf0a/platforms/database.go#L76
You can’t perform that action at this time.
0 commit comments