diff options
| author | Tom Christie | 2012-02-07 09:55:01 +0000 | 
|---|---|---|
| committer | Tom Christie | 2012-02-07 09:55:01 +0000 | 
| commit | 8c1e6beb85c55d6327a582fd87f60c92419a2697 (patch) | |
| tree | d4b550c73e58be64b9ed8825d5195969a4998f06 | |
| parent | f2f8527af23ab164f173dcf021a41b5697325f68 (diff) | |
| download | django-rest-framework-8c1e6beb85c55d6327a582fd87f60c92419a2697.tar.bz2 | |
Distutils, you are a harsh master.
| -rwxr-xr-x | setup.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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', | 
