##// END OF EJS Templates
allow pip install from github repository directly
Benjie Chen -
Show More
@@ -80,7 +80,7 b' pjoin = os.path.join'
80
80
81 def cleanup():
81 def cleanup():
82 """Clean up the junk left around by the build process"""
82 """Clean up the junk left around by the build process"""
83 if "develop" not in sys.argv:
83 if "develop" not in sys.argv and "egg_info" not in sys.argv:
84 try:
84 try:
85 shutil.rmtree('ipython.egg-info')
85 shutil.rmtree('ipython.egg-info')
86 except:
86 except:
General Comments 0
You need to be logged in to leave comments. Login now