forked from ITD27M01/certbot-dns-oci
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
40 lines (35 loc) · 1009 Bytes
/
setup.cfg
File metadata and controls
40 lines (35 loc) · 1009 Bytes
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
39
40
[metadata]
name = certbot-dns-oci
description_file = README.md
description_content_type = text/markdown
author = itd27m01
author_email = igortiunov@gmail.com
summary = Oracle Cloud infrastructure DNS Authenticator plugin for Certbot
home_page = https://github.com/ITD27M01/certbot-dns-oci
license = MIT
classifier =
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.8
License :: OSI Approved :: MIT License
Intended Audience :: System Administrators
Environment :: Plugins
Operating System :: OS Independent
Topic :: Internet :: WWW/HTTP
Topic :: Security
Topic :: System :: Installation/Setup
Topic :: System :: Networking
Topic :: System :: Systems Administration
Topic :: Utilities
[files]
packages =
certbot_dns_oci
[entry_points]
certbot.plugins =
dns-oci = certbot_dns_oci._internal.dns_oci:Authenticator
[bdist_wheel]
universal = True
[bdist_rpm]
doc_files = README.md
[pbr]
skip_changelog = True
skip_authors = True