Skip to content

Commit e93de4b

Browse files
authored
Merge pull request #232 from netboxlabs/npl-497-author
Closes NPL-497: Add author name & email to PluginConfig
2 parents 9b33510 + 5a92f78 commit e93de4b

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
@@ -45,6 +45,8 @@ class CustomObjectsPluginConfig(PluginConfig):
4545
verbose_name = "Custom Objects"
4646
description = "A plugin to manage custom objects in NetBox"
4747
version = "0.3.1"
48+
author = 'Netbox Labs'
49+
author_email = '[email protected]'
4850
base_url = "custom-objects"
4951
min_version = "4.4.0"
5052
default_settings = {}

0 commit comments

Comments
 (0)