File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
hooks/openfeature-hooks-opentelemetry
openfeature-provider-env-var
openfeature-provider-flagd
openfeature-provider-flipt
openfeature-provider-ofrep Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ version = "0.2.0"
88description = " OpenTelemetry hooks for the OpenFeature Python SDK"
99readme = " README.md"
1010authors = [{ name = " OpenFeature" , email = " openfeature-core@groups.io" }]
11- license = { file = " LICENSE" }
11+ license = " Apache-2.0"
12+ license-files = [" LICENSE" ]
1213classifiers = [
13- " License :: OSI Approved :: Apache Software License" ,
1414 " Programming Language :: Python" ,
1515 " Programming Language :: Python :: 3" ,
1616]
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ version = "0.1.0"
88description = " OpenFeature Python Environment Variable Provider"
99readme = " README.md"
1010authors = [{ name = " OpenFeature" , email = " openfeature-core@groups.io" }]
11- license = { file = " LICENSE" }
11+ license = " Apache-2.0"
12+ license-files = [" LICENSE" ]
1213classifiers = [
13- " License :: OSI Approved :: Apache Software License" ,
1414 " Programming Language :: Python" ,
1515 " Programming Language :: Python :: 3" ,
1616]
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ version = "0.2.6"
99description = " OpenFeature provider for the flagd flag evaluation engine"
1010readme = " README.md"
1111authors = [{ name = " OpenFeature" , email = " openfeature-core@groups.io" }]
12- license = { file = " LICENSE" }
12+ license = " Apache-2.0"
13+ license-files = [" LICENSE" ]
1314classifiers = [
14- " License :: OSI Approved :: Apache Software License" ,
1515 " Programming Language :: Python" ,
1616 " Programming Language :: Python :: 3" ,
1717]
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ version = "0.1.3"
88description = " OpenFeature provider for the Flipt feature flagging service"
99readme = " README.md"
1010authors = [{ name = " OpenFeature" , email = " openfeature-core@groups.io" }]
11- license = { file = " LICENSE" }
11+ license = " Apache-2.0"
12+ license-files = [" LICENSE" ]
1213classifiers = [
13- " License :: OSI Approved :: Apache Software License" ,
1414 " Programming Language :: Python" ,
1515 " Programming Language :: Python :: 3" ,
1616]
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ version = "0.2.0"
88description = " OpenFeature provider for the OpenFeature Remote Evaluation Protocol (OFREP)"
99readme = " README.md"
1010authors = [{ name = " OpenFeature" , email = " openfeature-core@groups.io" }]
11- license = { file = " LICENSE" }
11+ license = " Apache-2.0"
12+ license-files = [" LICENSE" ]
1213classifiers = [
13- " License :: OSI Approved :: Apache Software License" ,
1414 " Programming Language :: Python" ,
1515 " Programming Language :: Python :: 3" ,
1616]
You can’t perform that action at this time.
0 commit comments