Skip to content

Commit 5a92f78

Browse files
committed
Closes NPL-497: Add author name & email to PluginConfig
1 parent af857f5 commit 5a92f78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

netbox_custom_objects/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ class CustomObjectsPluginConfig(PluginConfig):
4646
verbose_name = "Custom Objects"
4747
description = "A plugin to manage custom objects in NetBox"
4848
version = "0.3.1"
49+
author = 'Netbox Labs'
50+
author_email = '[email protected]'
4951
base_url = "custom-objects"
5052
min_version = "4.4.0"
5153
default_settings = {}

0 commit comments

Comments
 (0)