Fix: plugin not showing after install
This commit is contained in:
parent
124d1ba92d
commit
e1f0cf60a1
|
@ -2,7 +2,6 @@
|
|||
from __future__ import absolute_import
|
||||
import datetime
|
||||
import logging
|
||||
from enum import Enum
|
||||
import octoprint.plugin
|
||||
import octoprint.plugin.core
|
||||
from octoprint.util.comm import parse_firmware_line
|
||||
|
|
4
setup.py
4
setup.py
|
@ -21,7 +21,7 @@ plugin_version = "0.1.0"
|
|||
plugin_description = """A plugin for octoprint to control and monitor the Klipper 3D printer software."""
|
||||
|
||||
# The plugin's author. Can be overwritten within OctoPrint's internal data via __plugin_author__ in the plugin module
|
||||
plugin_author = "Martin Mühlhäuser"
|
||||
plugin_author = "Martin Muehlhaeuser"
|
||||
|
||||
# The plugin's author's mail address.
|
||||
plugin_author_email = "github@mmone.de"
|
||||
|
@ -33,7 +33,7 @@ plugin_url = "https://github.com/mmone/OctoPrintKlipper"
|
|||
plugin_license = "AGPLv3"
|
||||
|
||||
# Any additional requirements besides OctoPrint should be listed here
|
||||
plugin_requires = ["emum34"]
|
||||
plugin_requires = []
|
||||
|
||||
### --------------------------------------------------------------------------------------------------------------------
|
||||
### More advanced options that you usually shouldn't have to touch follow after this point
|
||||
|
|
Loading…
Reference in New Issue