]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Fix uv globbing.
authorBob Halley <halley@dnspython.org>
Sun, 28 Jun 2026 01:00:10 +0000 (18:00 -0700)
committerBob Halley <halley@dnspython.org>
Sun, 28 Jun 2026 01:00:10 +0000 (18:00 -0700)
commitfa5e8ccc1df870b70ec514865f9d5e703917a234
treedc90247dc98a9c547340d53e3d79564aa9222f41
parent9823b9b25002e584a3e70c3b99515ac928cc43dd
Fix uv globbing.

Source kit builds were not longer including the tests, examples,
and utilities because the glob stopped matching.  Previously we
were using an "absolute" syntax starting with "/" but this doesn't
seem to work now.

Also, added tests/tsigkeys/*.key to the glob so they are included.
pyproject.toml