Add two Cython-specific options to the config
This commit is contained in:
committed by
Emilio Cobos Álvarez
parent
1c1d4754ce
commit
b0aae44c77
@@ -0,0 +1,6 @@
|
||||
[cython]
|
||||
header = '"my_header.h"'
|
||||
|
||||
[cython.cimports]
|
||||
"libc.stdint" = ["int8_t", "int16_t"]
|
||||
"libc.stddef" = ["*"]
|
||||
Reference in New Issue
Block a user