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