Compare commits
2 Commits
f62c10aa52
...
6d758d8d97
| Author | SHA1 | Date | |
|---|---|---|---|
|
6d758d8d97
|
|||
|
095c8e75d4
|
4
.gitignore
vendored
4
.gitignore
vendored
@@ -2,4 +2,6 @@
|
|||||||
corenetworks-credentials.ini
|
corenetworks-credentials.ini
|
||||||
.python-version
|
.python-version
|
||||||
**.pyc
|
**.pyc
|
||||||
certbot-test
|
certbot-test
|
||||||
|
*.egg-info
|
||||||
|
build
|
||||||
@@ -7,7 +7,7 @@ name = "certbot-dns-corenetworks"
|
|||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
description = "Core Networks DNS Authenticator plugin for Certbot"
|
description = "Core Networks DNS Authenticator plugin for Certbot"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.8"
|
||||||
license = { text = "Apache License 2.0" }
|
license = { text = "Apache License 2.0" }
|
||||||
authors = [{ name = "Hendrik Hogertz", email = "info@hogertz.eu" }]
|
authors = [{ name = "Hendrik Hogertz", email = "info@hogertz.eu" }]
|
||||||
keywords = ["certbot", "dns", "corenetworks", "letsencrypt"]
|
keywords = ["certbot", "dns", "corenetworks", "letsencrypt"]
|
||||||
@@ -19,10 +19,13 @@ classifiers = [
|
|||||||
"Operating System :: POSIX :: Linux",
|
"Operating System :: POSIX :: Linux",
|
||||||
"Programming Language :: Python",
|
"Programming Language :: Python",
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
|
"Programming Language :: Python :: 3.8",
|
||||||
|
"Programming Language :: Python :: 3.9",
|
||||||
"Programming Language :: Python :: 3.10",
|
"Programming Language :: Python :: 3.10",
|
||||||
"Programming Language :: Python :: 3.11",
|
"Programming Language :: Python :: 3.11",
|
||||||
"Programming Language :: Python :: 3.12",
|
"Programming Language :: Python :: 3.12",
|
||||||
"Programming Language :: Python :: 3.13",
|
"Programming Language :: Python :: 3.13",
|
||||||
|
"Programming Language :: Python :: 3.14",
|
||||||
"Topic :: Internet :: WWW/HTTP",
|
"Topic :: Internet :: WWW/HTTP",
|
||||||
"Topic :: Security",
|
"Topic :: Security",
|
||||||
"Topic :: System :: Installation/Setup",
|
"Topic :: System :: Installation/Setup",
|
||||||
|
|||||||
Reference in New Issue
Block a user