From: Bob Halley Date: Wed, 24 Jul 2024 22:00:03 +0000 (-0700) Subject: Use uv with hatch if available. X-Git-Tag: v2.7.0rc1~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f361d90ff265393074a15a67870d893a5babbcad;p=thirdparty%2Fdnspython.git Use uv with hatch if available. --- diff --git a/pyproject.toml b/pyproject.toml index 2c3fb85d..86610156 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,6 +83,7 @@ include = ["dns/*.py", "dns/**/*.py", "dns/py.typed"] [tool.hatch.envs.default] features = ["trio", "dnssec", "idna", "doh", "doq", "dev"] +installer = "uv" [tool.hatch.version] source = "code"