mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-22 08:08:17 +00:00
setup.py changes
This commit is contained in:
parent
85a9d621b2
commit
d58a3b2211
9
setup.py
9
setup.py
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright © 2006 Zach Tibbitts ('zachtib') <zach@collegegeek.org>
|
||||
# Copyright (c) 2006 Zach Tibbitts ('zachtib') <zach@collegegeek.org>
|
||||
#
|
||||
# 2006-15-9
|
||||
#
|
||||
@ -73,8 +73,7 @@ setup(name="Deluge", fullname="Deluge Bittorrent Client", version="0.5.0",
|
||||
url="http://deluge-torrent.org",
|
||||
license="GPLv2",
|
||||
scripts=["scripts/deluge"],
|
||||
py_modules=["dcommon", "delugegtk", "flood","flood_stats"],
|
||||
packages=["library"],
|
||||
data_files=[("glade", ["glade/delugegtk.glade"])],
|
||||
ext_modules=[flood_core]
|
||||
py_modules=["dcommon", "delugegtk", "dgtk", "flood","flood_stats"],
|
||||
data_files=[("share/glade", ["glade/delugegtk.glade"])],
|
||||
ext_modules=[flood_core]
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user