generated from dopt-python/py311-cython
add placeholder for Cython compilation
This commit is contained in:
parent
08fec71a88
commit
2608715bfe
2
setup.py
2
setup.py
@ -17,7 +17,7 @@ if DEBUG:
|
||||
linetrace_opt = True
|
||||
|
||||
ext_modules = cythonize(
|
||||
[""], # !! add Cython modules here
|
||||
["src/polluck_blockchain/placeholder.py"],
|
||||
compiler_directives={
|
||||
"language_level": 3,
|
||||
"boundscheck": False,
|
||||
|
||||
4497
src/polluck_blockchain/placeholder.c
Normal file
4497
src/polluck_blockchain/placeholder.c
Normal file
File diff suppressed because it is too large
Load Diff
1
src/polluck_blockchain/placeholder.py
Normal file
1
src/polluck_blockchain/placeholder.py
Normal file
@ -0,0 +1 @@
|
||||
"""placeholder module for compilation"""
|
||||
Loading…
x
Reference in New Issue
Block a user