Skip to content

Commit 7cc2a7c

Browse files
Fix license classifier -> License :: OSI Approved :: Apache Software License. (opensearch-project#186)
1 parent 6767f26 commit 7cc2a7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ py_wheel(
146146
license = "Apache-2.0",
147147
classifiers = [
148148
"Intended Audience :: Developers",
149-
"License :: Apache-2.0 Software License",
149+
"License :: OSI Approved :: Apache Software License",
150150
"Programming Language :: Python :: 3",
151151
],
152152
homepage = "https://opensearch.org/",

0 commit comments

Comments
 (0)