We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 135ce67 commit 0cc1678Copy full SHA for 0cc1678
setup.py
@@ -40,7 +40,7 @@ def enable_sparse() -> bool:
40
41
def is_editable_mode() -> bool:
42
commands = [arg.lower() for arg in sys.argv]
43
- return "develop" in commands or "--editable" in commands or "-e" in commands
+ return "develop" in commands or "--editable" in commands or "-e" in commands or 'editable_wheel' in commands
44
45
46
class CMakeExtension(Extension):
0 commit comments