mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Merge pull request #2785 from jku/update-project-metadata
pyproject: Update license metadata
This commit is contained in:
commit
554a04eed9
1 changed files with 2 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue