mirror of
https://github.com/certbot/certbot.git
synced 2026-02-19 02:28:06 -05:00
7 lines
84 B
Python
7 lines
84 B
Python
from setuptools import setup
|
|
|
|
version = '5.4.0.dev0'
|
|
|
|
setup(
|
|
version=version,
|
|
)
|