Skip to content
Snippets Groups Projects
Commit 33b020e0 authored by Christoph Groth's avatar Christoph Groth
Browse files

setup.py: fix whitespace

parent 958194fa
No related branches found
No related tags found
No related merge requests found
...@@ -404,8 +404,7 @@ def ext_modules(extensions): ...@@ -404,8 +404,7 @@ def ext_modules(extensions):
if use_cython and cython_version >= REQUIRED_CYTHON_VERSION: if use_cython and cython_version >= REQUIRED_CYTHON_VERSION:
return cythonize([Extension(*args, **kwrds) return cythonize([Extension(*args, **kwrds)
for args, kwrds in extensions], language_level=3, for args, kwrds in extensions], language_level=3,
compiler_directives={'linetrace': trace_cython} compiler_directives={'linetrace': trace_cython})
)
# Cython is not going to be run: replace pyx extension by that of # Cython is not going to be run: replace pyx extension by that of
# the shipped translated file. # the shipped translated file.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment