Revert "Fix setup.py build with static/css directory"

This reverts commit eeac9bdd77.
This commit is contained in:
Sean C. Farley 2012-02-01 14:41:57 -05:00
parent c178d24483
commit e715e92560

View File

@ -24,9 +24,7 @@ setup(
'djangorestframework.runtests', 'djangorestframework.runtests',
'djangorestframework.utils'], 'djangorestframework.utils'],
package_dir={'djangorestframework': 'djangorestframework'}, package_dir={'djangorestframework': 'djangorestframework'},
package_data = {'djangorestframework': ['templates/*', 'static/*', package_data = {'djangorestframework': ['templates/*', 'static/*']},
'static/css/*']},
exclude_package_data = {'djangorestframework': ['static/css']},
test_suite = 'djangorestframework.runtests.runcoverage.main', test_suite = 'djangorestframework.runtests.runcoverage.main',
install_requires=['URLObject>=0.6.0'], install_requires=['URLObject>=0.6.0'],
classifiers = [ classifiers = [