diff --git a/certbot-apache/setup.py b/certbot-apache/setup.py index 43cd456a2..049e25fd3 100644 --- a/certbot-apache/setup.py +++ b/certbot-apache/setup.py @@ -3,7 +3,7 @@ from setuptools import setup version = '5.5.0.dev0' install_requires = [ - # We specify the minimum acme and certbot version as the current plugin + # We specify the minimum certbot version as the current plugin # version for simplicity. See # https://github.com/certbot/certbot/issues/8761 for more info. f'certbot[apache]>={version}',