We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf58ab0 + 15d7008 commit eb0641cCopy full SHA for eb0641c
netbox_config_backup/__init__.py
@@ -8,7 +8,7 @@
8
class NetboxConfigBackup(PluginConfig):
9
name = metadata.get('Name').replace('-', '_')
10
verbose_name = metadata.get('Name').replace('-', ' ').title()
11
- description = metadata.get('Description')
+ description = metadata.get('Summary')
12
version = metadata.get('Version')
13
author = metadata.get('Author')
14
author_email = metadata.get('Author-email')
pyproject.toml
@@ -17,7 +17,7 @@ description = "A NetBox Switch Configuration Backup Plugin"
17
readme = "README.md"
18
requires-python = ">=3.10"
19
keywords = ["netbox-plugin", ]
20
-version = "2.1.1-beta2"
+version = "2.1.1"
21
license = {file = "LICENSE"}
22
classifiers = [
23
"Programming Language :: Python :: 3",
0 commit comments