summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorAndrew Resch <andrewresch@gmail.com>2008-11-25 22:43:31 +0000
committerAndrew Resch <andrewresch@gmail.com>2008-11-25 22:43:31 +0000
commit66ae89122db4d5e25bbb8fb350dd153a1f2d160b (patch)
tree893e95c9e1701c8e62663d396e61ed0f26d15914 /setup.py
parent4eedc1b23e72b6c2472329e0b96922edd6f63b5c (diff)
downloaddeluge-66ae89122db4d5e25bbb8fb350dd153a1f2d160b.tar.gz
deluge-66ae89122db4d5e25bbb8fb350dd153a1f2d160b.tar.bz2
deluge-66ae89122db4d5e25bbb8fb350dd153a1f2d160b.zip
Fallback to using DNS for geoip lookups if the database file is not
available
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index fa401940c..32738e4ab 100644
--- a/setup.py
+++ b/setup.py
@@ -344,7 +344,7 @@ setup(
author = "Andrew Resch, Marcos Pinto, Martijn Voncken, Sadrul Habib Chowdhury",
author_email = "andrewresch@gmail.com, markybob@dipconsultants.com, \
mvoncken@gmail.com, sadrul@users.sourceforge.net",
- cmdclass=cmdclass,
+ cmdclass = cmdclass,
data_files = _data_files,
description = "Bittorrent Client",
entry_points = """