mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-09-16 17:22:32 +03:00
Revert "Fix setup.py build with static/css directory"
This reverts commit eeac9bdd77
.
This commit is contained in:
parent
c178d24483
commit
e715e92560
4
setup.py
4
setup.py
|
@ -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 = [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user