Skip to content
Snippets Groups Projects
Commit 7d2630f7 authored by Dominique Benielli's avatar Dominique Benielli
Browse files

Edit setup.py

parent 604a726f
Branches
No related tags found
1 merge request!23.7 to 3.10 compatibility
Pipeline #16140 failed
......@@ -317,6 +317,7 @@ def setup_package():
if USE_CYTHON:
fileExt = ".pyx"
remove_generated_c_file()
print("Cython Used")
else:
fileExt = ".c"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment