Skip to content
Snippets Groups Projects
Commit 6c08f48b authored by Anders Harrisson's avatar Anders Harrisson
Browse files

Add plugin Author and Author email

parent 29b53d0e
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,8 @@ class AWXConfig(PluginConfig): ...@@ -13,6 +13,8 @@ class AWXConfig(PluginConfig):
verbose_name = "NetBox AWX Plugin" verbose_name = "NetBox AWX Plugin"
description = "NetBox plugin for AWX integration." description = "NetBox plugin for AWX integration."
version = __version__ # Ensure the version is tied to the correct variable version = __version__ # Ensure the version is tied to the correct variable
author = __author__
author_email = __email__
base_url = "netbox_awx_plugin" base_url = "netbox_awx_plugin"
def ready(self): def ready(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment