Skip to content

Commit

Permalink
Update buildpack metadata in buildpack.toml (#135)
Browse files Browse the repository at this point in the history
Adjusts the buildpack `name` and `description` in `buildpack.toml`
to match the style discussed in:
heroku/cnb-builder-images#408

These fields are used by the CNB registry and can also be seen in the
output of `pack builder inspect`. They are not used by `pack build` or
Kodon.

GUS-W-14121598.
  • Loading branch information
edmorley authored Oct 24, 2023
1 parent 09e17f5 commit 8680a6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Updated pip from 23.2.1 to 23.3.1. ([#131](https://github.com/heroku/buildpacks-python/pull/131))
- Updated wheel from 0.41.0 to 0.41.2. ([#100](https://github.com/heroku/buildpacks-python/pull/100))
- Updated buildpack display name and description. ([#135](https://github.com/heroku/buildpack-python/pull/135))

## [0.7.1] - 2023-10-02

Expand Down
4 changes: 2 additions & 2 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ api = "0.9"
[buildpack]
id = "heroku/python"
version = "0.7.1"
name = "Python"
name = "Heroku Python"
homepage = "https://github.com/heroku/buildpacks-python"
description = "Heroku's official Python Cloud Native Buildpack."
description = "Heroku's buildpack for Python applications."
keywords = ["python", "heroku"]

[[buildpack.licenses]]
Expand Down

0 comments on commit 8680a6a

Please sign in to comment.