Skip to content

Commit 9995bff

Browse files
authored
Store license identifier inside the License-Expression metadata field (#4479)
1 parent 7452902 commit 9995bff

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.md

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222

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

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

2730
<!-- Changes to the parser or to version autodetection -->

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ build-backend = "hatchling.build"
3333
[project]
3434
name = "black"
3535
description = "The uncompromising code formatter."
36-
license = { text = "MIT" }
36+
license = "MIT"
3737
requires-python = ">=3.9"
3838
authors = [
3939
{ name = "Łukasz Langa", email = "[email protected]" },

0 commit comments

Comments
 (0)