Skip to content

Commit 554a04e

Browse files
authored
Merge pull request #2785 from jku/update-project-metadata
pyproject: Update license metadata
2 parents d42426f + e0908f5 commit 554a04e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: pyproject.toml

+2-3
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)