aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 8bc44c0e..ef2e7362 100755
--- a/setup.py
+++ b/setup.py
@@ -62,7 +62,7 @@ setup(
author_email='tom@tomchristie.com',
packages=get_packages('djangorestframework'),
package_data=get_package_data('djangorestframework'),
- requires=['URLObject>=0.6.0'],
+ requires=['URLObject (>=0.6.0)'],
classifiers=[
'Development Status :: 4 - Beta',
'Environment :: Web Environment',