Set up dns plugins to use pyproject.toml (#10425)

Final part of https://github.com/certbot/certbot/issues/10403

I tested running `tools/snap/generate_dnsplugins_snapcraft.sh
certbot-dns-dnsimple` and it put the correct description in to the
`snapcraft.yaml` file.
This commit is contained in:
ohemorange
2025-08-15 09:17:15 -07:00
committed by GitHub
parent d5dd8e47e1
commit 407dc158f6
28 changed files with 701 additions and 638 deletions
+1
View File
@@ -0,0 +1 @@
Migrated most functionality from `setup.py` to `pyproject.toml` for certbot dns plugins.