Merge pull request #2785 from jku/update-project-metadata

pyproject: Update license metadata
This commit is contained in:
Kairo Araujo 2025-02-14 16:23:33 +01:00 committed by GitHub
commit 554a04eed9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 = "theupdateframework@googlegroups.com" },
@ -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",