From 127c5b413c6fc3995d539d000ecea15cea8e3389 Mon Sep 17 00:00:00 2001 From: "Vitor M. A. da Cruz" Date: Mon, 2 May 2011 08:29:39 -0700 Subject: [PATCH] Changing setup.py to make the project installable directly from github --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 1aa6e1908..b57a935df 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)