We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b33510 + 5a92f78 commit e93de4bCopy full SHA for e93de4b
netbox_custom_objects/__init__.py
@@ -45,6 +45,8 @@ class CustomObjectsPluginConfig(PluginConfig):
45
verbose_name = "Custom Objects"
46
description = "A plugin to manage custom objects in NetBox"
47
version = "0.3.1"
48
+ author = 'Netbox Labs'
49
+ author_email = '[email protected]'
50
base_url = "custom-objects"
51
min_version = "4.4.0"
52
default_settings = {}
0 commit comments