Update license string

This commit is contained in:
2025-11-20 03:35:24 +01:00
parent d66a7159b7
commit 4356289bd5
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ See [Core Networks API Documentation](https://beta.api.core-networks.de/doc/) fo
```bash ```bash
git clone https://git.hogertz.eu/hendrik-hog/certbot-dns-corenetworks.git git clone https://git.hogertz.eu/hendrik-hog/certbot-dns-corenetworks.git
cd certbot-dns-corenetworks cd certbot-dns-corenetworks
pip install . pip3 install .
``` ```
## Named Arguments ## Named Arguments

View File

@@ -15,7 +15,7 @@ classifiers = [
"Development Status :: 4 - Beta", "Development Status :: 4 - Beta",
"Environment :: Plugins", "Environment :: Plugins",
"Intended Audience :: System Administrators", "Intended Audience :: System Administrators",
"License :: OSI Approved :: Apache Software License", "License :: OSI Approved :: Apache-2.0",
"Operating System :: POSIX :: Linux", "Operating System :: POSIX :: Linux",
"Programming Language :: Python", "Programming Language :: Python",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",