summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/python/setup.py.in2
1 files changed, 1 insertions, 1 deletions
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)