mirror of
https://github.com/certbot/certbot.git
synced 2026-07-22 05:32:15 +02:00
8 lines
84 B
Python
8 lines
84 B
Python
from setuptools import setup
|
|
|
|
version = '5.7.0.dev0'
|
|
|
|
setup(
|
|
version=version,
|
|
)
|