We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d42426f + e0908f5 commit 554a04eCopy full SHA for 554a04e
pyproject.toml
@@ -9,7 +9,8 @@ build-backend = "hatchling.build"
9
name = "tuf"
10
description = "A secure updater framework for Python"
11
readme = "README.md"
12
-license = { text = "MIT OR Apache-2.0" }
+license = "Apache-2.0 OR MIT"
13
+license-files = ["LICENSE", "LICENSE-MIT"]
14
requires-python = ">=3.8"
15
authors = [
16
{ email = "[email protected]" },
@@ -26,8 +27,6 @@ keywords = [
26
27
classifiers = [
28
"Development Status :: 5 - Production/Stable",
29
"Intended Audience :: Developers",
- "License :: OSI Approved :: Apache Software License",
30
- "License :: OSI Approved :: MIT License",
31
"Natural Language :: English",
32
"Operating System :: MacOS :: MacOS X",
33
"Operating System :: Microsoft :: Windows",
0 commit comments