Commit a2c429ce authored by David Hendriks's avatar David Hendriks
Browse files

changing setup and c-compilation to write the library to a different location

parent 7ab5a372
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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
)