Module: deluge
Branch: master
Commit: 847f2c2ebd4b8dcd0566272e64a67dff8c286120

Author: Andrew Resch <[email protected]>
Date:   Tue Sep 14 10:56:42 2010 -0700

Remove the custom 'install' class and include_package_data

---

 setup.py |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/setup.py b/setup.py
index 3ba910b..20b2b42 100644
--- a/setup.py
+++ b/setup.py
@@ -387,14 +387,6 @@ class clean(_clean):
             self.run_command(cmd_name)
         _clean.run(self)
 
-class install(_install):
-    def run(self):
-        for cmd_name in self.get_sub_commands():
-            self.run_command(cmd_name)
-        _install.run(self)
-        if not self.root:
-            self.do_egg_install()
-
 cmdclass = {
     'build': build,
     'build_trans': build_trans,
@@ -404,7 +396,6 @@ cmdclass = {
     'build_ext_debug': build_ext_debug,
     'clean_plugins': clean_plugins,
     'clean': clean,
-    'install': install
 }
 
 # Data files to be installed to the system
@@ -452,7 +443,6 @@ setup(
     data_files = _data_files,
     ext_package = "deluge",
     ext_modules = _ext_modules,
-    include_package_data = True,
     package_data = {"deluge": ["ui/gtkui/glade/*.glade",
                                 "data/pixmaps/*.png",
                                 "data/pixmaps/*.svg",

-- 
You received this message because you are subscribed to the Google Groups 
"deluge-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/deluge-commit?hl=en.

Reply via email to