We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68d3d27 commit c766c36Copy full SHA for c766c36
2 files changed
.pre-commit-config.yaml
@@ -22,6 +22,6 @@ repos:
22
files: openfeature
23
24
- repo: https://github.com/astral-sh/uv-pre-commit
25
- rev: 0.7.13 # Use the latest version as appropriate
+ rev: 0.7.13
26
hooks:
27
- id: uv-lock
pyproject.toml
@@ -27,9 +27,6 @@ requires-python = ">=3.9"
[project.urls]
28
Homepage = "https://github.com/open-feature/python-sdk"
29
30
-[tool.hatch.build.targets.wheel]
31
-packages = ["openfeature"]
32
-
33
[project.optional-dependencies]
34
dev = [
35
"behave",
@@ -40,6 +37,15 @@ dev = [
40
37
"pre-commit"
41
38
]
42
39
+[tool.hatch.build.targets.sdist]
+exclude = [
+ ".gitignore",
43
+ "test-harness",
44
+ "venv",
45
+]
46
+
47
+[tool.hatch.build.targets.wheel]
48
+packages = ["openfeature"]
49
50
[tool.mypy]
51
files = "openfeature"
0 commit comments