aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorVitor M. A. da Cruz2011-05-02 08:29:39 -0700
committerVitor M. A. da Cruz2011-05-02 08:29:39 -0700
commit127c5b413c6fc3995d539d000ecea15cea8e3389 (patch)
treefd77b84187df9dcf0b78722f7fb62fb8a6c1c75f /setup.py
parentb508ca38d44f458e3eabaa4ffd3500d80a71eb9e (diff)
downloaddjango-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.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)