Skip to content

Commit dc13520

Browse files
committed
Remove 'OctoPrint' from the plugin name
1 parent 49a6958 commit dc13520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
# The plugin's human readable name. Can be overwritten within OctoPrint's internal data via __plugin_name__ in the
1313
# plugin module
14-
plugin_name = "OctoPrint GCode Thumbs"
14+
plugin_name = "GCode Thumbs"
1515

1616
# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
1717
plugin_version = "0.1.0"

0 commit comments

Comments
 (0)