From e715e9256044f62d24a014144dfac07eadb3ba29 Mon Sep 17 00:00:00 2001 From: "Sean C. Farley" Date: Wed, 1 Feb 2012 14:41:57 -0500 Subject: [PATCH] Revert "Fix setup.py build with static/css directory" This reverts commit eeac9bdd77bf678883eaca2f1b15c1d4ab88e631. --- setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.py b/setup.py index a075fcaf5..690a7e0fd 100644 --- a/setup.py +++ b/setup.py @@ -24,9 +24,7 @@ setup( 'djangorestframework.runtests', 'djangorestframework.utils'], package_dir={'djangorestframework': 'djangorestframework'}, - package_data = {'djangorestframework': ['templates/*', 'static/*', - 'static/css/*']}, - exclude_package_data = {'djangorestframework': ['static/css']}, + package_data = {'djangorestframework': ['templates/*', 'static/*']}, test_suite = 'djangorestframework.runtests.runcoverage.main', install_requires=['URLObject>=0.6.0'], classifiers = [