diff options
| author | tomchristie | 2011-05-12 08:50:34 -0700 | 
|---|---|---|
| committer | tomchristie | 2011-05-12 08:50:34 -0700 | 
| commit | 4e0aeb0230de717776ece452eae8ba4cc71fea9f (patch) | |
| tree | fd77b84187df9dcf0b78722f7fb62fb8a6c1c75f /setup.py | |
| parent | b508ca38d44f458e3eabaa4ffd3500d80a71eb9e (diff) | |
| parent | 127c5b413c6fc3995d539d000ecea15cea8e3389 (diff) | |
| download | django-rest-framework-4e0aeb0230de717776ece452eae8ba4cc71fea9f.tar.bz2 | |
Merge pull request #1 from vitormazzi/master
Small change to setup.py, "pip installable" directly from the repository now.
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) | 
