Skip to content

Commit 127c5b4

Browse files
committed
Changing setup.py to make the project installable directly from github
1 parent b508ca3 commit 127c5b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
]
3232
)
3333

34-
import os, shutil
35-
shutil.rmtree(os.path.join(os.path.dirname(__file__), 'djangorestframework.egg-info'), True)
34+
#import os, shutil
35+
#shutil.rmtree(os.path.join(os.path.dirname(__file__), 'djangorestframework.egg-info'), True)
3636

3737

0 commit comments

Comments
 (0)