mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 15:08:40 +00:00
prepping for rc1
This commit is contained in:
parent
b036e5abe1
commit
a2c63a1f49
1 changed files with 9 additions and 9 deletions
18
setup.py
18
setup.py
|
@ -26,6 +26,15 @@
|
||||||
# this exception statement from your version. If you delete this exception
|
# this exception statement from your version. If you delete this exception
|
||||||
# statement from all source files in the program, then also delete it here.
|
# statement from all source files in the program, then also delete it here.
|
||||||
|
|
||||||
|
NAME = "deluge"
|
||||||
|
FULLNAME = "Deluge BitTorrent Client"
|
||||||
|
VERSION = "0.5.1.90"
|
||||||
|
AUTHOR = "Zach Tibbitts, Alon Zakai, Marcos Pinto"
|
||||||
|
EMAIL = "zach@collegegeek.org, kripkensteiner@gmail.com, marcospinto@dipconsultants.com"
|
||||||
|
DESCRIPTION = "A bittorrent client written in PyGTK"
|
||||||
|
URL = "http://deluge-torrent.org"
|
||||||
|
LICENSE = "GPLv2"
|
||||||
|
|
||||||
import os, platform
|
import os, platform
|
||||||
print "Attempting to detect your system information"
|
print "Attempting to detect your system information"
|
||||||
if platform.machine() == "i386" or platform.machine() == "i686":
|
if platform.machine() == "i386" or platform.machine() == "i686":
|
||||||
|
@ -70,15 +79,6 @@ import msgfmt
|
||||||
|
|
||||||
python_version = platform.python_version()[0:3]
|
python_version = platform.python_version()[0:3]
|
||||||
|
|
||||||
NAME = "deluge"
|
|
||||||
FULLNAME = "Deluge BitTorrent Client"
|
|
||||||
VERSION = "0.5.1"
|
|
||||||
AUTHOR = "Zach Tibbitts, Alon Zakai, Marcos Pinto"
|
|
||||||
EMAIL = "zach@collegegeek.org, kripkensteiner@gmail.com, marcospinto@dipconsultants.com"
|
|
||||||
DESCRIPTION = "A bittorrent client written in PyGTK"
|
|
||||||
URL = "http://deluge-torrent.org"
|
|
||||||
LICENSE = "GPLv2"
|
|
||||||
|
|
||||||
EXTRA_COMPILE_ARGS = ["-Wno-missing-braces"]
|
EXTRA_COMPILE_ARGS = ["-Wno-missing-braces"]
|
||||||
if ARCH == "x64":
|
if ARCH == "x64":
|
||||||
EXTRA_COMPILE_ARGS.append("-DAMD64")
|
EXTRA_COMPILE_ARGS.append("-DAMD64")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue