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