We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5116e98 commit b48e10fCopy full SHA for b48e10f
1 file changed
buildpack.toml
@@ -4,6 +4,10 @@ api = "0.6"
4
id = "paketo-buildpacks/poetry"
5
name = "Paketo Poetry Buildpack"
6
7
+ [[buildpack.licenses]]
8
+ type = "Apache-2.0"
9
+ uri = "https://github.com/paketo-buildpacks/poetry/blob/main/LICENSE"
10
+
11
[metadata]
12
include-files = ["bin/run", "bin/build", "bin/detect", "buildpack.toml"]
13
pre-package = "./scripts/build.sh"
0 commit comments