summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2023-08-27 11:47:13 -0400
committerChris Papademetrious <chrispitude@gmail.com>2023-11-25 05:28:41 -0500
commit16e1c6bcd276237aa825f5efdbf1e80ed58fd66e (patch)
treef34905d97e2be2be97c17e9f1bad19f3c6828d63 /pyproject.toml
parent418ab58f94ea4a0957bcad8e7520bb3fb62d1394 (diff)
some doc suggestions from a first-time user
Signed-off-by: Chris Papademetrious <chrispitude@gmail.com>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
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" },