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.
1 parent af857f5 commit 5a92f78Copy full SHA for 5a92f78
netbox_custom_objects/__init__.py
@@ -46,6 +46,8 @@ class CustomObjectsPluginConfig(PluginConfig):
46
verbose_name = "Custom Objects"
47
description = "A plugin to manage custom objects in NetBox"
48
version = "0.3.1"
49
+ author = 'Netbox Labs'
50
+ author_email = '[email protected]'
51
base_url = "custom-objects"
52
min_version = "4.4.0"
53
default_settings = {}
0 commit comments