Navigation Menu

Skip to content

Commit

Permalink
fix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Mar 26, 2018
1 parent f4d97ca commit 98a3052
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Expand Up @@ -77,6 +77,8 @@ def import_pyquickhelper():


def is_local():
if "moviepy-setup" in sys.argv:
return True
file = os.path.abspath(__file__).replace("\\", "/").lower()
if "/temp/" in file and "pip-" in file:
return False
Expand Down

0 comments on commit 98a3052

Please sign in to comment.