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