certbot/certbot-ci/setup.py
2025-09-02 08:47:04 -07:00

7 lines
79 B
Python

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