Changing setup.py to make the project installable directly from github

This commit is contained in:
Vitor M. A. da Cruz 2011-05-02 08:29:39 -07:00
parent b508ca38d4
commit 127c5b413c

View File

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