Skip to content

Commit

Permalink
Store license identifier inside the License-Expression metadata field (
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p authored Oct 11, 2024
1 parent 7452902 commit 9995bff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@

<!-- Changes to how Black is packaged, such as dependency requirements -->

- Store license identifier inside the `License-Expression` metadata field, see
[PEP 639](https://peps.python.org/pep-0639/). (#4479)

### Parser

<!-- Changes to the parser or to version autodetection -->
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ build-backend = "hatchling.build"
[project]
name = "black"
description = "The uncompromising code formatter."
license = { text = "MIT" }
license = "MIT"
requires-python = ">=3.9"
authors = [
{ name = "Łukasz Langa", email = "[email protected]" },
Expand Down

0 comments on commit 9995bff

Please sign in to comment.