mirror of
https://github.com/certbot/certbot.git
synced 2026-03-29 22:04:43 -04:00
7 lines
79 B
Python
7 lines
79 B
Python
from setuptools import setup
|
|
|
|
version = '5.0.0'
|
|
|
|
setup(
|
|
version=version,
|
|
)
|