Skip to content

Commit 420f868

Browse files
authored
fix license classifier error (#119)
1 parent 5bc956d commit 420f868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ readme = "README.md"
1313
requires-python = ">=3.7"
1414
classifiers = [
1515
"Programming Language :: Python :: 3",
16-
"License :: OSI Approved :: Apache License",
16+
"License :: OSI Approved :: Apache Software License",
1717
"Operating System :: OS Independent",
1818
]
1919
dependencies = []

0 commit comments

Comments
 (0)