update setup.py
This commit is contained in:
parent
d425b397cf
commit
a183f9b8d4
6
setup.py
6
setup.py
|
@ -21,13 +21,13 @@ plugin_version = "1.0.0"
|
||||||
plugin_description = "LDAP Auth provider"
|
plugin_description = "LDAP Auth provider"
|
||||||
|
|
||||||
# The plugin's author. Can be overwritten within OctoPrint's internal data via __plugin_author__ in the plugin module
|
# The plugin's author. Can be overwritten within OctoPrint's internal data via __plugin_author__ in the plugin module
|
||||||
plugin_author = "Guillaume GILL"
|
plugin_author = "Cameron Sharp, Ben Casling, Feat. Guillaume GILL"
|
||||||
|
|
||||||
# The plugin's author's mail address.
|
# The plugin's author's mail address.
|
||||||
plugin_author_email = "guillaume.gill@petitchinois.net"
|
plugin_author_email = "me@cazagen.me, ben@casling.io"
|
||||||
|
|
||||||
# The plugin's homepage URL. Can be overwritten within OctoPrint's internal data via __plugin_url__ in the plugin module
|
# 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/gillg/OctoPrint-LDAP"
|
plugin_url = "https://gitea.ehlab.uk/cazagen/octoprint-ldap"
|
||||||
|
|
||||||
# The plugin's license. Can be overwritten within OctoPrint's internal data via __plugin_license__ in the plugin module
|
# The plugin's license. Can be overwritten within OctoPrint's internal data via __plugin_license__ in the plugin module
|
||||||
plugin_license = "AGPLv3"
|
plugin_license = "AGPLv3"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user