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 313441c commit 1883377Copy full SHA for 1883377
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