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