Specify cython langauge_level

This commit is contained in:
Marek Nečada 2023-12-24 16:38:14 +02:00
parent bd98ff994b
commit 8201c6c1d8
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ setup(name='qpms',
#'quaternion','spherical_functions',
'sympy>=1.2', 'numpy>=1.2'],
#dependency_links=['https://github.com/moble/quaternion/archive/v2.0.tar.gz','https://github.com/moble/spherical_functions/archive/master.zip'],
ext_modules=cythonize([qpms_c, cywaves, cytranslations, cytmatrices, cycommon, cyquaternions, cybspec, cymaterials, cyewaldtest], include_path=['qpms', 'amos'], gdb_debug=True),
ext_modules=cythonize([qpms_c, cywaves, cytranslations, cytmatrices, cycommon, cyquaternions, cybspec, cymaterials, cyewaldtest], include_path=['qpms', 'amos'], gdb_debug=True, language_level=3),
cmdclass = {'build_ext': build_ext},
zip_safe=False
)