Skip to content

Commit 6947050

Browse files
committed
sys arg
1 parent 98c9e48 commit 6947050

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Force lite installation if environment variable is set
22
import os
33

4+
import sys
5+
46
if os.environ.get("NPCSH_LITE_INSTALL", "").lower() == "true":
5-
import sys
67

78
sys.argv.append("--config-settings")
89
sys.argv.append("install.lite=true")

0 commit comments

Comments
 (0)