mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 00:00:44 +02:00
8 lines
79 B
Python
8 lines
79 B
Python
from setuptools import setup
|
|
|
|
version = '5.2.2'
|
|
|
|
setup(
|
|
version=version,
|
|
)
|