certbot/certbot-ci/setup.py
2026-04-07 09:38:17 -07:00

7 lines
79 B
Python

from setuptools import setup
version = '5.5.0'
setup(
version=version,
)