mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-23 22:49:50 +03:00
remove un-intended change in setup.py
This commit is contained in:
parent
a953909a86
commit
b6841df16a
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.runcoverage.main',
|
test_suite='rest_framework.runtests.runtests.main',
|
||||||
install_requires=[],
|
install_requires=[],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 4 - Beta',
|
'Development Status :: 4 - Beta',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user