This commit is contained in:
Zach Tibbitts 2007-02-15 05:24:44 +00:00
commit 9bfd2e2ee2
5 changed files with 6 additions and 21 deletions

View file

@ -88,7 +88,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.5.0",
setup(name="deluge", fullname="Deluge BitTorrent Client", version="0.4.90.0",
author="Zach Tibbitts, Alon Zakai",
author_email="zach@collegegeek.org, kripkensteiner@gmail.com",
description="A bittorrent client written in PyGTK",