Skip to content

Commit 833346d

Browse files
committed
Change plugin name to match the convention of camelcasing the name OctoPrint
1 parent 2acdb57 commit 833346d

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 = "OctoPrint 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)