aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-py-consul/files/patch-pyproject.toml
blob: cbe111c95eafed64c3e3221c0c3834a201f78230 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
--- 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