File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 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-shellinaboxtab "
14+ plugin_name = "Shell In A Box TAB "
1515
1616# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
17- plugin_version = "1. 0.0"
17+ plugin_version = "0.0.1 "
1818
1919# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
2020# module
21- plugin_description = """Shell In A Box in UI based "Hello World" example plugin for OctoPrint"""
21+ plugin_description = """Shell In A Box in TAB based "Hello World! " example plugin for OctoPrint"""
2222
2323# The plugin's author. Can be overwritten within OctoPrint's internal data via __plugin_author__ in the plugin module
2424plugin_author = "Jeff J"
2525
2626# The plugin's author's mail address.
27- plugin_author_email = "jjj@grktech.ca"
27+ plugin_author_email = "jjj+github @grktech.ca"
2828
2929# The plugin's homepage URL. Can be overwritten within OctoPrint's internal data via __plugin_url__ in the plugin module
30- plugin_url = "https://github.com/yourGithubName/OctoPrint-Helloworld "
30+ plugin_url = "https://github.com/GhostlyCrowd/Octoprint-shellinaboxtab "
3131
3232# The plugin's license. Can be overwritten within OctoPrint's internal data via __plugin_license__ in the plugin module
33- plugin_license = "AGPLv3 "
33+ plugin_license = "MIT "
3434
3535# Any additional requirements besides OctoPrint should be listed here
3636plugin_requires = []
You can’t perform that action at this time.
0 commit comments