Skip to content

Commit dd73283

Browse files
Daniel Mikusarobdimsdale
authored andcommitted
Implement RFC 0050: Rename Buildpack
Renames 'Paketo Pip Install Buildpack' to 'Paketo Buildpack for Pip Install'. Implements RFC 0050, paketo-buildpacks/rfcs#233, for this buildpack. Signed-off-by: Daniel Mikusa <dmikusa@vmware.com>
1 parent 78105f5 commit dd73283

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Pip Install Cloud Native Buildpack
2-
The Paketo Pip Install Buildpack is a Cloud Native Buildpack that installs
2+
The Paketo Buildpack for Pip Install is a Cloud Native Buildpack that installs
33
packages using pip and makes it available to the application.
44

55
The buildpack is published for consumption at

buildpack.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.7"
22

33
[buildpack]
44
id = "paketo-buildpacks/pip-install"
5-
name = "Paketo Pip Install Buildpack"
5+
name = "Paketo Buildpack for Pip Install"
66
sbom-formats = ["application/vnd.cyclonedx+json", "application/spdx+json", "application/vnd.syft+json"]
77

88
[[buildpack.licenses]]

0 commit comments

Comments
 (0)