We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 805147f commit dc525e7Copy full SHA for dc525e7
pyproject.toml
@@ -9,7 +9,7 @@ authors = [
9
{name = "Microsoft Corporation"}
10
]
11
readme = "README.md"
12
-license = {text = "Apache-2.0"}
+license = "Apache-2.0"
13
dynamic = ["version"]
14
requires-python = ">=3.9"
15
# Please when changing dependencies run the following commands to update requirements.txt:
@@ -29,7 +29,6 @@ classifiers = [
29
"Programming Language :: Python :: 3.11",
30
"Programming Language :: Python :: 3.12",
31
"Programming Language :: Python :: 3.13",
32
- "License :: OSI Approved :: Apache Software License",
33
"Operating System :: OS Independent",
34
35
0 commit comments