Attempt to stop banging head against brick wall.

This commit is contained in:
Tom Christie 2012-02-07 10:14:34 +00:00
parent 8c1e6beb85
commit 6207791af1

View File

@ -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',