Skip to content

Commit e0908f5

Browse files
committed
pyproject: Update license metadata
PEP-639 (https://peps.python.org/pep-0639/) cleans up the license documentation mess. Do what it suggests. Signed-off-by: Jussi Kukkonen <[email protected]>
1 parent 554f508 commit e0908f5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ build-backend = "hatchling.build"
99
name = "tuf"
1010
description = "A secure updater framework for Python"
1111
readme = "README.md"
12-
license = { text = "MIT OR Apache-2.0" }
12+
license = "Apache-2.0 OR MIT"
13+
license-files = ["LICENSE", "LICENSE-MIT"]
1314
requires-python = ">=3.8"
1415
authors = [
1516
{ email = "[email protected]" },
@@ -26,8 +27,6 @@ keywords = [
2627
classifiers = [
2728
"Development Status :: 5 - Production/Stable",
2829
"Intended Audience :: Developers",
29-
"License :: OSI Approved :: Apache Software License",
30-
"License :: OSI Approved :: MIT License",
3130
"Natural Language :: English",
3231
"Operating System :: MacOS :: MacOS X",
3332
"Operating System :: Microsoft :: Windows",

0 commit comments

Comments
 (0)