Skip to content

Commit e32406b

Browse files
authored
Merge pull request #14 from splitio/fix-sonar-project
Fix sonar project
2 parents 3bb7453 + 3255ca4 commit e32406b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ This Provider is designed to allow the use of OpenFeature with Split, the platfo
88
This SDK is compatible with Python 3.9 and higher.
99

1010
## Getting started
11+
12+
This package replaces the previous `split-openfeature-provider` Python provider in [Pypi](https://pypi.org/project/split-openfeature-provider/).
13+
1114
### Pip Installation
1215
```python
1316
pip install split-openfeature-provider==1.0.0

sonar-project.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
sonar.projectName=split_openfeature_provider
2-
sonar.projectKey=split_openfeature_provider
1+
sonar.projectName=split-openfeature-provider-python
2+
sonar.projectKey=split-openfeature-provider-python
33
sonar.python.version=3.9
44
sonar.sources=split_openfeature_provider
55
sonar.tests=tests

0 commit comments

Comments
 (0)