aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authortomchristie2011-05-12 08:50:34 -0700
committertomchristie2011-05-12 08:50:34 -0700
commit4e0aeb0230de717776ece452eae8ba4cc71fea9f (patch)
treefd77b84187df9dcf0b78722f7fb62fb8a6c1c75f /setup.py
parentb508ca38d44f458e3eabaa4ffd3500d80a71eb9e (diff)
parent127c5b413c6fc3995d539d000ecea15cea8e3389 (diff)
downloaddjango-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.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 1aa6e190..b57a935d 100644
--- a/setup.py
+++ b/setup.py
@@ -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)