Skip to content

Commit 8b12145

Browse files
committed
Add basic env var provider
Signed-off-by: christian.lutnik <[email protected]>
1 parent 915cb42 commit 8b12145

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

providers/openfeature-provider-env-var/pyproject.toml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ dependencies = [
99
]
1010
authors = [{ name = "OpenFeature", email = "[email protected]" }]
1111

12-
1312
[build-system]
14-
requires = ["hatchling", "uv-dynamic-versioning"]
13+
requires = ["hatchling"]
1514
build-backend = "hatchling.build"
1615

1716
[tool.ruff.lint]
@@ -27,12 +26,6 @@ dev = [
2726
[tool.hatch.build.targets.wheel]
2827
packages = ["."]
2928

30-
[tool.hatch.version]
31-
source = "uv-dynamic-versioning"
32-
33-
[tool.uv-dynamic-versioning]
34-
fallback-version = "0.0.0"
35-
3629
[tool.pytest.ini_options]
3730
testpaths = ["tests"]
3831
python_files = "test_*.py"

0 commit comments

Comments
 (0)