diff --git a/setup.py b/setup.py index 1059832ba..3fbf197dd 100644 --- a/setup.py +++ b/setup.py @@ -94,7 +94,7 @@ data = [('share/deluge/glade', glob.glob('glade/*.glade')), for plugin in glob.glob('plugins/*'): data.append( ('share/deluge/' + plugin, glob.glob(plugin + '/*')) ) -# Thanks to orra for code to save the location for installed prefix +# Thanks to Iain Nicol for code to save the location for installed prefix # At runtime, we need to know where we installed the data to. import shutil from distutils import cmd