Commit 304c9959 by Tom Christie

Fix distutils errors

parent 15fc26f5
...@@ -62,8 +62,7 @@ setup( ...@@ -62,8 +62,7 @@ setup(
author_email='tom@tomchristie.com', author_email='tom@tomchristie.com',
packages=get_packages('djangorestframework'), packages=get_packages('djangorestframework'),
package_data=get_package_data('djangorestframework'), package_data=get_package_data('djangorestframework'),
test_suite='djangorestframework.runtests.runcoverage.main', requires=['URLObject>=0.6.0'],
install_requires=['URLObject>=0.6.0'],
classifiers=[ classifiers=[
'Development Status :: 4 - Beta', 'Development Status :: 4 - Beta',
'Environment :: Web Environment', 'Environment :: Web Environment',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment