Skip to content

Commit b48e10f

Browse files
authored
Add licenses field to buildpack.toml. (#4)
1 parent 5116e98 commit b48e10f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

buildpack.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ api = "0.6"
44
id = "paketo-buildpacks/poetry"
55
name = "Paketo Poetry Buildpack"
66

7+
[[buildpack.licenses]]
8+
type = "Apache-2.0"
9+
uri = "https://github.com/paketo-buildpacks/poetry/blob/main/LICENSE"
10+
711
[metadata]
812
include-files = ["bin/run", "bin/build", "bin/detect", "buildpack.toml"]
913
pre-package = "./scripts/build.sh"

0 commit comments

Comments
 (0)