Module: deluge
Branch: 1.3-stable
Commit: 3e68733cfd2c906e976f1b8b6b615ed17632c17b

Author: Andrew Resch <[email protected]>
Date:   Tue Sep 14 11:29:47 2010 -0700

More clean-up of setup.py

---

 setup.py |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/setup.py b/setup.py
index dd69c92..80f875a 100644
--- a/setup.py
+++ b/setup.py
@@ -35,7 +35,6 @@ from distutils import cmd, sysconfig
 from distutils.command.build import build as _build
 from distutils.command.build_ext import build_ext as _build_ext
 from distutils.command.clean import clean as _clean
-from setuptools.command.install import install as _install
 try:
     from sphinx.setup_command import BuildDoc
 except ImportError:
@@ -448,8 +447,6 @@ setup(
                                 "data/pixmaps/*.svg",
                                 "data/pixmaps/*.ico",
                                 "data/pixmaps/flags/*.png",
-                                "data/revision",
-                                "data/GeoIP.dat",
                                 "plugins/*.egg",
                                 "i18n/*.pot",
                                 "i18n/*/LC_MESSAGES/*.mo",
@@ -461,7 +458,11 @@ setup(
                                 "ui/web/images/*.png",
                                 "ui/web/js/*.js",
                                 "ui/web/render/*.html",
-                                "ui/web/themes/*/*/*/*"
+                                "ui/web/themes/css/*.css",
+                                "ui/web/themes/*/*.gif",
+                                "ui/web/themes/*/*.png",
+                                "ui/web/themes/*/*/*.png",
+                                "ui/web/themes/*/*/*.gif"
                                 ]},
     packages = find_packages(exclude=["plugins", "docs", "tests"]),
     entry_points = """

-- 
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