Commit 127c5b41 by Vitor M. A. da Cruz

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

parent b508ca38
...@@ -31,7 +31,7 @@ setup( ...@@ -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)
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