mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-08 09:28:41 +00:00
finally finish lt sync
This commit is contained in:
parent
4990d273a4
commit
13f67b609b
27 changed files with 985 additions and 963 deletions
7
setup.py
7
setup.py
|
@ -175,11 +175,6 @@ _sources = glob.glob("./libtorrent/src/*.cpp") + \
|
|||
# Remove some files from the source that aren't needed
|
||||
_source_removals = ["mapped_storage.cpp"]
|
||||
|
||||
if windows_check():
|
||||
_source_removals.append("file.cpp")
|
||||
else:
|
||||
_source_removals.append("file_win.cpp")
|
||||
|
||||
for source in _sources:
|
||||
for rem in _source_removals:
|
||||
if rem in source:
|
||||
|
@ -327,7 +322,7 @@ setup(
|
|||
]},
|
||||
packages = find_packages(exclude=["plugins"]),
|
||||
url = "http://deluge-torrent.org",
|
||||
version = "0.9.02",
|
||||
version = "0.9.03",
|
||||
)
|
||||
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue