-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
38 lines (36 loc) · 1.05 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[metadata]
name = certbot-dns-vultr
version = 1.1.0
description = Vultr DNS authenticator plugin for Certbot
url = https://github.com/lezgomatt/certbot-dns-vultr
author = Matt
author_email = [email protected]
license = Zlib
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Plugins
Intended Audience :: System Administrators
License :: OSI Approved :: zlib/libpng License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Topic :: Internet :: WWW/HTTP
Topic :: Security
Topic :: System :: Installation/Setup
Topic :: System :: Networking
Topic :: System :: Systems Administration
Topic :: Utilities
[options]
py_modules =
certbot_dns_vultr
python_requires = >=3.6
install_requires =
certbot
requests
zope.interface
[options.entry_points]
certbot.plugins =
dns-vultr = certbot_dns_vultr:Authenticator