mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-25 19:14:01 +03:00
Attempt to stop banging head against brick wall.
This commit is contained in:
parent
8c1e6beb85
commit
6207791af1
5
setup.py
5
setup.py
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
from distutils.core import setup
|
from setuptools import setup
|
||||||
import re
|
import re
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
@ -62,7 +62,8 @@ 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'),
|
||||||
requires=['URLObject (>=0.6.0)'],
|
test_suite='djangorestframework.runtests.runcoverage.main',
|
||||||
|
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