certbot/letstest/setup.py

8 lines
84 B
Python
Raw Permalink Normal View History

from setuptools import setup
2025-10-07 12:42:29 -04:00
version = '5.2.0.dev0'
setup(
version=version,
)