summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Resch <andrewresch@gmail.com>2008-12-11 08:22:17 +0000
committerAndrew Resch <andrewresch@gmail.com>2008-12-11 08:22:17 +0000
commitbd3cba4cceccc0c2defe4fc34266ca758a75696a (patch)
tree9518cf5fe24fac8e05a42c2bcb3bac41d6d483e7
parente58006b5d4176602bc46aaa64aae5397e508426b (diff)
downloaddeluge-bd3cba4cceccc0c2defe4fc34266ca758a75696a.tar.gz
deluge-bd3cba4cceccc0c2defe4fc34266ca758a75696a.tar.bz2
deluge-bd3cba4cceccc0c2defe4fc34266ca758a75696a.zip
Add do_egg_install()
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 8eb186244..e72815252 100644
--- a/setup.py
+++ b/setup.py
@@ -310,6 +310,7 @@ class install(_install):
for cmd_name in self.get_sub_commands():
self.run_command(cmd_name)
_install.run(self)
+ self.do_egg_install()
cmdclass = {
'build': build,