diff --git a/setup.py b/setup.py
index 78eb6c3d23fe3765af96f99577df19beaa09d2e0..2abee2e381dafcea751c3d7436031fe4f3020be4 100644
--- a/setup.py
+++ b/setup.py
@@ -103,14 +103,14 @@ setup(
     },
     packages=['binarycpython',
         'binarycpython.utils',
-    ]
+    ],
 
 
 
 
 
 
-    # ext_modules=[
-    #     binary_c_python_api_module
-    # ],  # binary_c must be loaded
+    ext_modules=[
+        binary_c_python_api_module
+    ],  # binary_c must be loaded
 )