Skip to content

Commit c766c36

Browse files
committed
cleanup and remove comment
Signed-off-by: leohoare <leo@insight.co>
1 parent 68d3d27 commit c766c36

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ repos:
2222
files: openfeature
2323

2424
- repo: https://github.com/astral-sh/uv-pre-commit
25-
rev: 0.7.13 # Use the latest version as appropriate
25+
rev: 0.7.13
2626
hooks:
2727
- id: uv-lock

pyproject.toml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ requires-python = ">=3.9"
2727
[project.urls]
2828
Homepage = "https://github.com/open-feature/python-sdk"
2929

30-
[tool.hatch.build.targets.wheel]
31-
packages = ["openfeature"]
32-
3330
[project.optional-dependencies]
3431
dev = [
3532
"behave",
@@ -40,6 +37,15 @@ dev = [
4037
"pre-commit"
4138
]
4239

40+
[tool.hatch.build.targets.sdist]
41+
exclude = [
42+
".gitignore",
43+
"test-harness",
44+
"venv",
45+
]
46+
47+
[tool.hatch.build.targets.wheel]
48+
packages = ["openfeature"]
4349

4450
[tool.mypy]
4551
files = "openfeature"

0 commit comments

Comments
 (0)