Add two Cython-specific options to the config

This commit is contained in:
Vadim Petrochenkov
2020-10-03 23:36:14 +03:00
committed by Emilio Cobos Álvarez
parent 1c1d4754ce
commit b0aae44c77
9 changed files with 74 additions and 1 deletions
View File
+6
View File
@@ -0,0 +1,6 @@
[cython]
header = '"my_header.h"'
[cython.cimports]
"libc.stdint" = ["int8_t", "int16_t"]
"libc.stddef" = ["*"]