mirror of
https://github.com/certbot/certbot.git
synced 2026-06-13 18:50:20 -04:00
7 lines
85 B
Python
7 lines
85 B
Python
from setuptools import setup
|
|
|
|
version = '4.21.0.dev0'
|
|
|
|
setup(
|
|
version=version,
|
|
)
|