mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
setup.py changes
This commit is contained in:
parent
85a9d621b2
commit
d58a3b2211
1 changed files with 4 additions and 5 deletions
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
|
# 2006-15-9
|
||||||
#
|
#
|
||||||
|
@ -73,8 +73,7 @@ setup(name="Deluge", fullname="Deluge Bittorrent Client", version="0.5.0",
|
||||||
url="http://deluge-torrent.org",
|
url="http://deluge-torrent.org",
|
||||||
license="GPLv2",
|
license="GPLv2",
|
||||||
scripts=["scripts/deluge"],
|
scripts=["scripts/deluge"],
|
||||||
py_modules=["dcommon", "delugegtk", "flood","flood_stats"],
|
py_modules=["dcommon", "delugegtk", "dgtk", "flood","flood_stats"],
|
||||||
packages=["library"],
|
data_files=[("share/glade", ["glade/delugegtk.glade"])],
|
||||||
data_files=[("glade", ["glade/delugegtk.glade"])],
|
ext_modules=[flood_core]
|
||||||
ext_modules=[flood_core]
|
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue