Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ This Provider is designed to allow the use of OpenFeature with Split, the platfo
This SDK is compatible with Python 3.9 and higher.

## Getting started

This package replaces the previous `split-openfeature-provider` Python provider in [Pypi](https://pypi.org/project/split-openfeature-provider/).

### Pip Installation
```python
pip install split-openfeature-provider==1.0.0
Expand Down
4 changes: 2 additions & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sonar.projectName=split_openfeature_provider
sonar.projectKey=split_openfeature_provider
sonar.projectName=split-openfeature-provider-python
sonar.projectKey=split-openfeature-provider-python
sonar.python.version=3.9
sonar.sources=split_openfeature_provider
sonar.tests=tests
Expand Down