Skip to content
This repository was archived by the owner on Jun 21, 2025. It is now read-only.

Commit dde4417

Browse files
committed
fix: correct license specifier and remove invalid classifier
1 parent 4ae5b3c commit dde4417

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ authors = [
77
]
88
readme = "README.md"
99
requires-python = ">=3.11"
10-
license = {text = "Apache License 2.0"}
10+
license = "Apache-2.0"
1111
classifiers = [
1212
"Programming Language :: Python :: 3",
1313
"Programming Language :: Python :: 3.11",
14-
"License :: OSI Approved :: Apache License 2.0",
1514
"Operating System :: OS Independent",
1615
]
1716
dependencies = [

0 commit comments

Comments
 (0)