diff --git a/setup.py b/setup.py index 7e92fd5..33afba3 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ plugin_identifier = "webcamtab" plugin_package = "octoprint_webcamtab" plugin_name = "OctoPrint-WebcamTab" plugin_version = "0.1.0" -plugin_description = """Moves webcam stream in own tab""" +plugin_description = """Show webcam stream in separate tab""" plugin_author = "Sven Lohrmann" plugin_author_email = "malnvenshorn@gmail.com" plugin_url = "https://github.com/malnvenshorn/OctoPrint-WebcamTab"