Skip to content

Commit dc525e7

Browse files
authored
chore: adjust license metadata in pyproject.toml (#2828)
1 parent 805147f commit dc525e7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [
99
{name = "Microsoft Corporation"}
1010
]
1111
readme = "README.md"
12-
license = {text = "Apache-2.0"}
12+
license = "Apache-2.0"
1313
dynamic = ["version"]
1414
requires-python = ">=3.9"
1515
# Please when changing dependencies run the following commands to update requirements.txt:
@@ -29,7 +29,6 @@ classifiers = [
2929
"Programming Language :: Python :: 3.11",
3030
"Programming Language :: Python :: 3.12",
3131
"Programming Language :: Python :: 3.13",
32-
"License :: OSI Approved :: Apache Software License",
3332
"Operating System :: OS Independent",
3433
]
3534

0 commit comments

Comments
 (0)