Commit 34701343 by Tom Christie

Add utils to setup.py - see if the examples tests now pass

parent 75cc1eb2
...@@ -15,7 +15,8 @@ setup( ...@@ -15,7 +15,8 @@ setup(
packages = ['djangorestframework', packages = ['djangorestframework',
'djangorestframework.templatetags', 'djangorestframework.templatetags',
'djangorestframework.tests', 'djangorestframework.tests',
'djangorestframework.runtests'], 'djangorestframework.runtests',
'djangorestframework.utils'],
package_dir={'djangorestframework': 'djangorestframework'}, package_dir={'djangorestframework': 'djangorestframework'},
package_data = {'djangorestframework': ['templates/*', 'static/*']}, package_data = {'djangorestframework': ['templates/*', 'static/*']},
test_suite = 'djangorestframework.runtests.runcoverage.main', test_suite = 'djangorestframework.runtests.runcoverage.main',
...@@ -31,7 +32,4 @@ setup( ...@@ -31,7 +32,4 @@ setup(
] ]
) )
import os, shutil
shutil.rmtree(os.path.join(os.path.dirname(__file__), 'djangorestframework.egg-info'), True)
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