mirror of
https://git.deluge-torrent.org/deluge
synced 2025-07-31 21:48:38 +00:00
Deluge 0.5 Beta 1
This commit is contained in:
parent
902c3ccf73
commit
d6abd0ecb9
3 changed files with 3 additions and 3 deletions
2
setup.py
2
setup.py
|
@ -96,7 +96,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="deluge", fullname="Deluge BitTorrent Client", version="0.4.90.0",
|
||||
setup(name="deluge", fullname="Deluge BitTorrent Client", version="0.4.90.1",
|
||||
author="Zach Tibbitts, Alon Zakai",
|
||||
author_email="zach@collegegeek.org, kripkensteiner@gmail.com",
|
||||
description="A bittorrent client written in PyGTK",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue