mirror of
https://github.com/certbot/certbot.git
synced 2026-05-25 02:48:54 -04:00
7 lines
79 B
Python
7 lines
79 B
Python
from setuptools import setup
|
|
|
|
version = '5.4.0'
|
|
|
|
setup(
|
|
version=version,
|
|
)
|