summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Resch <andrewresch@gmail.com>2010-09-14 11:29:47 -0700
committerAndrew Resch <andrewresch@gmail.com>2010-09-14 11:40:41 -0700
commit3e68733cfd2c906e976f1b8b6b615ed17632c17b (patch)
tree8055e967151d7b08e8e0ae8437ed067bcdf6a367
parentf847a7dc4e3075fbe9e0e56db7fdb679d863597a (diff)
downloaddeluge-3e68733cfd2c906e976f1b8b6b615ed17632c17b.tar.gz
deluge-3e68733cfd2c906e976f1b8b6b615ed17632c17b.tar.bz2
deluge-3e68733cfd2c906e976f1b8b6b615ed17632c17b.zip
More clean-up of setup.py
-rw-r--r--setup.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/setup.py b/setup.py
index dd69c92c2..80f875ab0 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 = """