modification to setup.py to allow for subdirs in plugins

This commit is contained in:
Zach Tibbitts 2007-09-28 01:45:17 +00:00
parent 0858836a67
commit d36ec723ac

View File

@ -372,7 +372,6 @@ for o in os.walk('plugins'):
for x in range(len(items)):
items[x] = path + '/' + items[x]
data.append( ('share/deluge/' + path, items))
#data.append( ('share/deluge/' + plugin, glob.glob(plugin + '/*')) )
setup(name=NAME, fullname=FULLNAME, version=VERSION,
author=AUTHOR, author_email=EMAIL, description=DESCRIPTION,