diff --git a/setup.py b/setup.py index 3b02518..696d093 100644 --- a/setup.py +++ b/setup.py @@ -21,13 +21,13 @@ plugin_version = "1.0.0" plugin_description = "LDAP Auth provider" # The plugin's author. Can be overwritten within OctoPrint's internal data via __plugin_author__ in the plugin module -plugin_author = "Guillaume GILL" +plugin_author = "Cameron Sharp, Ben Casling, Feat. Guillaume GILL" # The plugin's author's mail address. -plugin_author_email = "guillaume.gill@petitchinois.net" +plugin_author_email = "me@cazagen.me, ben@casling.io" # The plugin's homepage URL. Can be overwritten within OctoPrint's internal data via __plugin_url__ in the plugin module -plugin_url = "https://github.com/gillg/OctoPrint-LDAP" +plugin_url = "https://gitea.ehlab.uk/cazagen/octoprint-ldap" # The plugin's license. Can be overwritten within OctoPrint's internal data via __plugin_license__ in the plugin module plugin_license = "AGPLv3"