mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-26 03:23:59 +03:00
Fix distutils errors
This commit is contained in:
parent
15fc26f50b
commit
304c995983
3
setup.py
3
setup.py
|
@ -62,8 +62,7 @@ setup(
|
||||||
author_email='tom@tomchristie.com',
|
author_email='tom@tomchristie.com',
|
||||||
packages=get_packages('djangorestframework'),
|
packages=get_packages('djangorestframework'),
|
||||||
package_data=get_package_data('djangorestframework'),
|
package_data=get_package_data('djangorestframework'),
|
||||||
test_suite='djangorestframework.runtests.runcoverage.main',
|
requires=['URLObject>=0.6.0'],
|
||||||
install_requires=['URLObject>=0.6.0'],
|
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 4 - Beta',
|
'Development Status :: 4 - Beta',
|
||||||
'Environment :: Web Environment',
|
'Environment :: Web Environment',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user