We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d3ab51 commit e134424Copy full SHA for e134424
1 file changed
setup.py
@@ -48,6 +48,7 @@ def get_extensions():
48
extra_compile_args=compile_args,
49
extra_link_args=link_args,
50
define_macros=[("NPY_NO_DEPRECATED_API", "NPY_1_7_API_VERSION")],
51
+ cython_directives={"embedsignature": True},
52
)
53
]
54
0 commit comments