summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--deluge/plugins/autoadd/setup.py2
-rw-r--r--deluge/plugins/blocklist/setup.py2
-rw-r--r--deluge/plugins/extractor/setup.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/deluge/plugins/autoadd/setup.py b/deluge/plugins/autoadd/setup.py
index 10b07f9b0..de759fab7 100644
--- a/deluge/plugins/autoadd/setup.py
+++ b/deluge/plugins/autoadd/setup.py
@@ -67,7 +67,7 @@ setup(
%s = %s:CorePlugin
[deluge.plugin.gtkui]
%s = %s:GtkUIPlugin
- [deluge.plugin.webui]
+ [deluge.plugin.web]
%s = %s:WebUIPlugin
""" % ((__plugin_name__, __plugin_name__.lower())*3)
)
diff --git a/deluge/plugins/blocklist/setup.py b/deluge/plugins/blocklist/setup.py
index f690278a6..b8b7e67fe 100644
--- a/deluge/plugins/blocklist/setup.py
+++ b/deluge/plugins/blocklist/setup.py
@@ -61,7 +61,7 @@ setup(
%s = %s:CorePlugin
[deluge.plugin.gtkui]
%s = %s:GtkUIPlugin
- [deluge.plugin.webui]
+ [deluge.plugin.web]
%s = %s:WebUIPlugin
""" % ((__plugin_name__, __plugin_name__.lower())*3)
)
diff --git a/deluge/plugins/extractor/setup.py b/deluge/plugins/extractor/setup.py
index 7f3afe9b4..1473b723c 100644
--- a/deluge/plugins/extractor/setup.py
+++ b/deluge/plugins/extractor/setup.py
@@ -67,7 +67,7 @@ setup(
%s = %s:CorePlugin
[deluge.plugin.gtkui]
%s = %s:GtkUIPlugin
- [deluge.plugin.webui]
+ [deluge.plugin.web]
%s = %s:WebUIPlugin
""" % ((__plugin_name__, __plugin_name__.lower())*3)
)