Remove inline formatting
This commit is contained in:
parent
b509f71464
commit
f09b35c490
6
setup.py
6
setup.py
@ -156,9 +156,9 @@ class BuildCMakeExt(build_ext):
|
||||
|
||||
cython_code = os.path.join(str(build_dir.absolute()),'mycython')
|
||||
with open(cython_code, mode="wt") as ff:
|
||||
ff.write(f"#!/usr/bin/env sh -c '${PYTHON}'\n"
|
||||
"from Cython.Compiler.Main import setuptools_main\n"
|
||||
"setuptools_main()")
|
||||
ff.write("#!/usr/bin/env sh -c '${PYTHON}'\n"
|
||||
"from Cython.Compiler.Main import setuptools_main\n"
|
||||
"setuptools_main()")
|
||||
os.chmod(cython_code, stat.S_IXUSR|stat.S_IWUSR|stat.S_IRUSR|stat.S_IRGRP)
|
||||
|
||||
# Now that the necessary directories are created, build
|
||||
|
Loading…
Reference in New Issue
Block a user