Silence Cython warnings

I'm keeping python 2 style for compatibility reasons
This commit is contained in:
Davide Andreoli 2019-04-23 08:55:29 +02:00
parent 4fa39916ee
commit 3b0552259d
1 changed files with 1 additions and 0 deletions

View File

@ -462,6 +462,7 @@ if set(("build", "build_ext", "install", "bdist", "sdist")) & set(sys.argv):
#"c_string_encoding": "utf-8",
"embedsignature": True,
"binding": True,
"language_level": 2,
})