Skip to content

Commit 0cc1678

Browse files
committed
add editale_wheel
1 parent 135ce67 commit 0cc1678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def enable_sparse() -> bool:
4040

4141
def is_editable_mode() -> bool:
4242
commands = [arg.lower() for arg in sys.argv]
43-
return "develop" in commands or "--editable" in commands or "-e" in commands
43+
return "develop" in commands or "--editable" in commands or "-e" in commands or 'editable_wheel' in commands
4444

4545

4646
class CMakeExtension(Extension):

0 commit comments

Comments
 (0)