Skip to content

Commit e134424

Browse files
committed
Add cython signatures
1 parent 3d3ab51 commit e134424

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def get_extensions():
4848
extra_compile_args=compile_args,
4949
extra_link_args=link_args,
5050
define_macros=[("NPY_NO_DEPRECATED_API", "NPY_1_7_API_VERSION")],
51+
cython_directives={"embedsignature": True},
5152
)
5253
]
5354

0 commit comments

Comments
 (0)