mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-23 22:49:50 +03:00
Merge branch 'add_pk_support' of https://github.com/asfaltboy/django-rest-framework into add_pk_support
This commit is contained in:
commit
a953909a86
2
setup.py
2
setup.py
|
@ -62,7 +62,7 @@ setup(
|
||||||
author_email='tom@tomchristie.com',
|
author_email='tom@tomchristie.com',
|
||||||
packages=get_packages('rest_framework'),
|
packages=get_packages('rest_framework'),
|
||||||
package_data=get_package_data('rest_framework'),
|
package_data=get_package_data('rest_framework'),
|
||||||
test_suite='rest_framework.runtests.runtests.main',
|
test_suite='rest_framework.runtests.runcoverage.main',
|
||||||
install_requires=[],
|
install_requires=[],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 4 - Beta',
|
'Development Status :: 4 - Beta',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user