mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-27 13:15:31 +00:00
Updates
This commit is contained in:
parent
02b189f5a5
commit
9280781dd3
11 changed files with 646 additions and 126 deletions
9
setup.py
9
setup.py
|
@ -84,10 +84,7 @@ libtorrent = Extension(
|
|||
)
|
||||
|
||||
# Main setup
|
||||
|
||||
_datafiles = [
|
||||
]
|
||||
|
||||
|
||||
setup(
|
||||
name = "deluge",
|
||||
fullname = "Deluge Bittorent Client",
|
||||
|
@ -102,7 +99,9 @@ setup(
|
|||
|
||||
include_package_data = True,
|
||||
package_data = {"deluge": ["ui/gtkui/glade/*.glade",
|
||||
"data/pixmaps/*.png"]},
|
||||
"data/pixmaps/*.png",
|
||||
"ui/gtkui/po/*.po?"
|
||||
]},
|
||||
ext_package = "deluge",
|
||||
ext_modules = [libtorrent],
|
||||
packages = find_packages(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue