diff options
| author | Vitor M. A. da Cruz | 2011-05-02 08:29:39 -0700 |
|---|---|---|
| committer | Vitor M. A. da Cruz | 2011-05-02 08:29:39 -0700 |
| commit | 127c5b413c6fc3995d539d000ecea15cea8e3389 (patch) | |
| tree | fd77b84187df9dcf0b78722f7fb62fb8a6c1c75f /setup.py | |
| parent | b508ca38d44f458e3eabaa4ffd3500d80a71eb9e (diff) | |
| download | django-rest-framework-127c5b413c6fc3995d539d000ecea15cea8e3389.tar.bz2 | |
Changing setup.py to make the project installable directly from github
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |
