Merge pull request #1 from vitormazzi/master

Small change to setup.py, "pip installable" directly from the repository now.
This commit is contained in:
tomchristie 2011-05-12 08:50:34 -07:00
commit 4e0aeb0230

View File

@ -31,7 +31,7 @@ setup(
] ]
) )
import os, shutil #import os, shutil
shutil.rmtree(os.path.join(os.path.dirname(__file__), 'djangorestframework.egg-info'), True) #shutil.rmtree(os.path.join(os.path.dirname(__file__), 'djangorestframework.egg-info'), True)