From 30c58a1d302e1aedaf86c168078bf5bc341e8c9a Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Sun, 27 Aug 2023 11:47:13 -0400 Subject: Corrected the syntax of the license definition in pyproject.toml. Patch by Louis Maddox. [bug=2032848] --- CHANGELOG | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 644b318..a7c842c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -9,6 +9,9 @@ markup would result in an AssertionError instead of a ParserRejectedMarkup exception. +* Corrected the syntax of the license definition in pyproject.toml. Patch + by Louis Maddox. [bug=2032848] + = 4.12.2 (20230407) * Fixed an unhandled exception in BeautifulSoup.decode_contents diff --git a/pyproject.toml b/pyproject.toml index 31b0b7f..b4c2da9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "beautifulsoup4" dynamic = ["version"] description = "Screen-scraping library" readme = "README.md" -license = "MIT" +license = { text = "MIT License" } requires-python = ">=3.6.0" authors = [ { name = "Leonard Richardson", email = "leonardr@segfault.org" }, -- cgit v1.2.3