certbot/letstest/setup.py

8 lines
84 B
Python
Raw Permalink Normal View History

from setuptools import setup
2026-04-07 12:38:18 -04:00
version = '5.6.0.dev0'
setup(
version=version,
)