25 lines
759 B
TOML
25 lines
759 B
TOML
--- pyproject.toml.orig 2025-11-24 11:37:13 UTC
|
|
+++ pyproject.toml
|
|
@@ -1,3 +1,14 @@
|
|
+[project]
|
|
+name = "py-consul"
|
|
+version = "1.7.1"
|
|
+
|
|
+[build-system]
|
|
+requires = ["hatchling"]
|
|
+build-backend = "hatchling.build"
|
|
+
|
|
+[tool.hatch.build.targets.wheel]
|
|
+packages = ["consul"]
|
|
+
|
|
[tool.pytest.ini_options]
|
|
addopts = "--cov=. --cov-context=test --durations=0 --durations-min=3.0"
|
|
asyncio_mode = "auto"
|
|
@@ -133,4 +144,4 @@ warn_unreachable = true
|
|
# Shows a warning when encountering any code inferred to be unreachable or redundant after performing type analysis.
|
|
warn_unreachable = true
|
|
# Prohibit equality checks, identity checks, and container checks between non-overlapping types.
|
|
-strict_equality = true
|
|
\ No newline at end of file
|
|
+strict_equality = true
|