about summary refs log tree commit diff stats
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 20dee5fc..6a2cab8f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -59,7 +59,7 @@ include-package-data = true
 
 [[tool.setuptools.ext-modules]]
 name = "miasm.jitter.VmMngr"
-optional = false
+optional = true
 sources = [
   "src/miasm/jitter/vm_mngr.c",
   "src/miasm/jitter/vm_mngr_py.c",