Skip to content

Commit c4381ca

Browse files
authored
Merge pull request #15 from agardnerIT/fix/apache-license
fix license to allow pypi upload
2 parents b72e45e + e5df0a8 commit c4381ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ readme = "README.md"
1111
authors = [{ name = "Open Feature", email = "[email protected]" }]
1212
license = { file = "LICENSE" }
1313
classifiers = [
14-
"License :: OSI Approved :: Apache",
14+
"License :: OSI Approved :: Apache Software License",
1515
"Programming Language :: Python",
1616
"Programming Language :: Python :: 3",
1717
]

0 commit comments

Comments
 (0)