cleanup and remove comment

Signed-off-by: leohoare <leo@insight.co>
This commit is contained in:
leohoare 2025-06-22 12:53:58 +08:00
parent 3d0e691f88
commit df4d29731a
2 changed files with 10 additions and 4 deletions

View File

@ -22,6 +22,6 @@ repos:
files: openfeature
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.7.13 # Use the latest version as appropriate
rev: 0.7.13
hooks:
- id: uv-lock

View File

@ -27,9 +27,6 @@ requires-python = ">=3.9"
[project.urls]
Homepage = "https://github.com/open-feature/python-sdk"
[tool.hatch.build.targets.wheel]
packages = ["openfeature"]
[project.optional-dependencies]
dev = [
"behave",
@ -40,6 +37,15 @@ dev = [
"pre-commit"
]
[tool.hatch.build.targets.sdist]
exclude = [
".gitignore",
"test-harness",
"venv",
]
[tool.hatch.build.targets.wheel]
packages = ["openfeature"]
[tool.mypy]
files = "openfeature"