mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-10 19:56:59 +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
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from distutils.core import setup
|
||||
from setuptools import setup
|
||||
import re
|
||||
import os
|
||||
import sys
|
||||
|
@ -62,7 +62,8 @@ setup(
|
|||
author_email='tom@tomchristie.com',
|
||||
packages=get_packages('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=[
|
||||
'Development Status :: 4 - Beta',
|
||||
'Environment :: Web Environment',
|
||||
|
|
Loading…
Reference in New Issue
Block a user