Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
changing basic things like project name and author after form from EEPROM-Marlin project
  • Loading branch information
bruhmann committed Aug 5, 2017
1 parent 771dffb commit 33f00f0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions setup.py
Expand Up @@ -4,30 +4,30 @@
### Do not forget to adjust the following variables to your own plugin.

# The plugin's identifier, has to be unique
plugin_identifier = "eeprom_marlin"
plugin_identifier = "eeprom_MPMiniSelect"

# The plugin's python package, should be "octoprint_<plugin identifier>", has to be unique
plugin_package = "octoprint_eeprom_marlin"
plugin_package = "octoprint_eeprom_MPMiniSelect"

# The plugin's human readable name. Can be overwritten within OctoPrint's internal data via __plugin_name__ in the
# plugin module
plugin_name = "OctoPrint-EEprom-Marlin"
plugin_name = "OctoPrint-EEprom-MonopriceMiniSelect"

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

# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
# module
plugin_description = """Makes it possible to change the EEPROM values of Marlin Firmware through OctoPrint based on OctoPrint-EEprom-Repetir by Salandora"""
plugin_description = """Makes it possible to change the EEPROM values of Monoprice Mini Select Firmware through OctoPrint based on OctoPrint-EEprom-Marlin by amsbr"""

# The plugin's author. Can be overwritten within OctoPrint's internal data via __plugin_author__ in the plugin module
plugin_author = "Anderson Silva"
plugin_author = "Brian Ruhmann"

# The plugin's author's mail address.
plugin_author_email = "ams.bra@gmail.com"
plugin_author_email = "ruhmann@gmail.com"

# The plugin's homepage URL. Can be overwritten within OctoPrint's internal data via __plugin_url__ in the plugin module
plugin_url = "https://github.com/amsbr/OctoPrint-EEprom-Marlin"
plugin_url = "https://github.com/bruhmann/OctoPrint-EEPROM-Marlin-MPMiniSelect"

# The plugin's license. Can be overwritten within OctoPrint's internal data via __plugin_license__ in the plugin module
plugin_license = "AGPLv3"
Expand Down

0 comments on commit 33f00f0

Please sign in to comment.