mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-17 05:47:50 +00:00
0.5 Beta 2
This commit is contained in:
parent
9ff8c938f6
commit
4872f23759
2
setup.py
2
setup.py
@ -94,7 +94,7 @@ data = [('share/deluge/glade', glob.glob('glade/*.glade')),
|
|||||||
for plugin in glob.glob('plugins/*'):
|
for plugin in glob.glob('plugins/*'):
|
||||||
data.append( ('share/deluge/' + plugin, glob.glob(plugin + '/*')) )
|
data.append( ('share/deluge/' + plugin, glob.glob(plugin + '/*')) )
|
||||||
|
|
||||||
setup(name="deluge", fullname="Deluge BitTorrent Client", version="0.4.90.1",
|
setup(name="deluge", fullname="Deluge BitTorrent Client", version="0.4.90.2",
|
||||||
author="Zach Tibbitts, Alon Zakai",
|
author="Zach Tibbitts, Alon Zakai",
|
||||||
author_email="zach@collegegeek.org, kripkensteiner@gmail.com",
|
author_email="zach@collegegeek.org, kripkensteiner@gmail.com",
|
||||||
description="A bittorrent client written in PyGTK",
|
description="A bittorrent client written in PyGTK",
|
||||||
|
@ -24,7 +24,7 @@ import xdg, xdg.BaseDirectory
|
|||||||
import gettext
|
import gettext
|
||||||
|
|
||||||
PROGRAM_NAME = "Deluge"
|
PROGRAM_NAME = "Deluge"
|
||||||
PROGRAM_VERSION = "0.4.90.1"
|
PROGRAM_VERSION = "0.4.90.2"
|
||||||
|
|
||||||
CONFIG_DIR = xdg.BaseDirectory.save_config_path('deluge')
|
CONFIG_DIR = xdg.BaseDirectory.save_config_path('deluge')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user