cleanup and remove comment
Signed-off-by: leohoare <leo@insight.co>
This commit is contained in:
parent
3d0e691f88
commit
df4d29731a
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue