mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-25 19:14:01 +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',
|
||||
packages=get_packages('djangorestframework'),
|
||||
package_data=get_package_data('djangorestframework'),
|
||||
test_suite='djangorestframework.runtests.runcoverage.main',
|
||||
install_requires=['URLObject>=0.6.0'],
|
||||
requires=['URLObject>=0.6.0'],
|
||||
classifiers=[
|
||||
'Development Status :: 4 - Beta',
|
||||
'Environment :: Web Environment',
|
||||
|
|
Loading…
Reference in New Issue
Block a user