Skip to content

Commit

Permalink
Fix distutils errors
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchristie committed Feb 7, 2012
1 parent 15fc26f commit 304c995
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ def get_package_data(package):
author_email='[email protected]',
packages=get_packages('djangorestframework'),
package_data=get_package_data('djangorestframework'),
test_suite='djangorestframework.runtests.runcoverage.main',
install_requires=['URLObject>=0.6.0'],
requires=['URLObject>=0.6.0'],
classifiers=[
'Development Status :: 4 - Beta',
'Environment :: Web Environment',
Expand Down

0 comments on commit 304c995

Please sign in to comment.