certbot/certbot-compatibility-test/setup.py
ohemorange 1816e56557
Set up unreleased packages minus dns plugins to use pyproject.toml (#10424)
Part of https://github.com/certbot/certbot/issues/10403

We were never actually updating the versions in certbot-ci and letstest.
Not that it really matters, but let's do that there as well.
2025-08-18 09:57:14 -07:00

7 lines
84 B
Python

from setuptools import setup
version = '5.0.0.dev0'
setup(
version=version,
)