Skip to content

Commit 4e0aeb0

Browse files
committed
Merge pull request #1 from vitormazzi/master
Small change to setup.py, "pip installable" directly from the repository now.
2 parents b508ca3 + 127c5b4 commit 4e0aeb0

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)