diff --git a/setup.py b/setup.py index 7512653..4c3de9f 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ # The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin # module -plugin_description = "Sends notifications about finished print jobs via email" +plugin_description = "Recieve email notifications when OctoPrint jobs are complete." # The plugin's author. Can be overwritten within OctoPrint's internal data via __plugin_author__ in the plugin module plugin_author = "Jim DeVona"