Replaced sourceforge download link for pyusb with a direct download link.

This commit is contained in:
Kovid Goyal 2006-12-17 18:28:13 +00:00
parent 5248fbbbeb
commit 8a88357094

View File

@ -48,8 +48,7 @@ setup(
},
zip_safe = True,
install_requires=["pyusb>=0.3.5","pyxml>=0.8.4"],
dependency_links=["http://sourceforge.net/project/showfiles.php?group_id=145185",
"http://sourceforge.net/project/showfiles.php?group_id=6473",
dependency_links=["http://sourceforge.net/project/showfiles.php?group_id=6473",
"http://easynews.dl.sourceforge.net/sourceforge/pyusb/pyusb-0.3.5.tar.gz",
],
description='Library to interface with the Sony Portable Reader 500 over USB. Also has a GUI with library management features.',