Commit 4e0aeb02 by tomchristie

Merge pull request #1 from vitormazzi/master

Small change to setup.py, "pip installable" directly from the repository now.
parents b508ca38 127c5b41
......@@ -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)
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