mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
-
This commit is contained in:
parent
350d4ec5ab
commit
ae56133c84
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -237,7 +237,7 @@ data = [('share/deluge/glade', glob.glob('glade/*.glade')),
|
|||
for plugin in glob.glob('plugins/*'):
|
||||
data.append( ('share/deluge/' + plugin, glob.glob(plugin + '/*')) )
|
||||
|
||||
setup(name=NAME, fullname=FULLNAME, version=APP_VERSION,
|
||||
setup(name=NAME, fullname=FULLNAME, version=VERSION,
|
||||
author=AUTHOR, author_email=EMAIL, description=DESCRIPTION,
|
||||
url=URL, license=LICENSE,
|
||||
scripts=["scripts/deluge"],
|
||||
|
|
Loading…
Add table
Reference in a new issue