Skip to content

Commit

Permalink
pyproject: Update license metadata
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
jku committed Feb 11, 2025
1 parent 554f508 commit e0908f5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ build-backend = "hatchling.build"
name = "tuf"
description = "A secure updater framework for Python"
readme = "README.md"
license = { text = "MIT OR Apache-2.0" }
license = "Apache-2.0 OR MIT"
license-files = ["LICENSE", "LICENSE-MIT"]
requires-python = ">=3.8"
authors = [
{ email = "[email protected]" },
Expand All @@ -26,8 +27,6 @@ keywords = [
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows",
Expand Down

0 comments on commit e0908f5

Please sign in to comment.