We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 915cb42 commit 8b12145Copy full SHA for 8b12145
providers/openfeature-provider-env-var/pyproject.toml
@@ -9,9 +9,8 @@ dependencies = [
9
]
10
authors = [{ name = "OpenFeature", email = "[email protected]" }]
11
12
-
13
[build-system]
14
-requires = ["hatchling", "uv-dynamic-versioning"]
+requires = ["hatchling"]
15
build-backend = "hatchling.build"
16
17
[tool.ruff.lint]
@@ -27,12 +26,6 @@ dev = [
27
26
[tool.hatch.build.targets.wheel]
28
packages = ["."]
29
30
-[tool.hatch.version]
31
-source = "uv-dynamic-versioning"
32
33
-[tool.uv-dynamic-versioning]
34
-fallback-version = "0.0.0"
35
36
[tool.pytest.ini_options]
37
testpaths = ["tests"]
38
python_files = "test_*.py"
0 commit comments