summaryrefslogtreecommitdiff
path: root/textproc/py-tomli/files/patch-pyproject.toml
blob: 810049b3191cd7148584cc83406196185510336b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- pyproject.toml.orig	2025-10-08 21:22:27 UTC
+++ pyproject.toml
@@ -9,8 +9,7 @@ authors = [
 authors = [
     { name = "Taneli Hukkinen", email = "hukkin@users.noreply.github.com" },
 ]
-license = "MIT"
-license-files = ["LICENSE"]
+license = { file = "LICENSE" }
 requires-python = ">=3.8"
 readme = "README.md"
 classifiers = [