mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-07 08:58:38 +00:00
modification to setup.py to allow for subdirs in plugins
This commit is contained in:
parent
0858836a67
commit
d36ec723ac
1 changed files with 0 additions and 1 deletions
1
setup.py
1
setup.py
|
@ -372,7 +372,6 @@ for o in os.walk('plugins'):
|
||||||
for x in range(len(items)):
|
for x in range(len(items)):
|
||||||
items[x] = path + '/' + items[x]
|
items[x] = path + '/' + items[x]
|
||||||
data.append( ('share/deluge/' + path, items))
|
data.append( ('share/deluge/' + path, items))
|
||||||
#data.append( ('share/deluge/' + plugin, glob.glob(plugin + '/*')) )
|
|
||||||
|
|
||||||
setup(name=NAME, fullname=FULLNAME, version=VERSION,
|
setup(name=NAME, fullname=FULLNAME, version=VERSION,
|
||||||
author=AUTHOR, author_email=EMAIL, description=DESCRIPTION,
|
author=AUTHOR, author_email=EMAIL, description=DESCRIPTION,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue