Skip to content

Commit 46e5627

Browse files
authored
Update setup.py
1 parent d4862da commit 46e5627

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,26 @@
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
2424
plugin_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
3636
plugin_requires = []

0 commit comments

Comments
 (0)