From 4d1d197d5e5dd347719b74ea343c0f8928a5f9d5 Mon Sep 17 00:00:00 2001 From: malnvenshorn Date: Fri, 18 Aug 2017 17:19:22 +0200 Subject: [PATCH] Updated description --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"