From 4e794277bfa2158ecaeb7e9db303b92ec84a2f3c Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Fri, 28 Aug 2020 14:40:22 +0200 Subject: bad identation --- src/python/setup.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/setup.py.in b/src/python/setup.py.in index d2708177..98d058fc 100644 --- a/src/python/setup.py.in +++ b/src/python/setup.py.in @@ -42,7 +42,7 @@ for module in cython_modules: library_dirs=library_dirs, include_dirs=include_dirs, runtime_library_dirs=runtime_library_dirs, - cython_directives = {'language_level': str(sys.version_info[0])},)) + cython_directives = {'language_level': str(sys.version_info[0])},)) ext_modules = cythonize(ext_modules) -- cgit v1.2.3