Skip to content

Commit

Permalink
ep13: Reformat build.py
Browse files Browse the repository at this point in the history
  • Loading branch information
obiwac committed Jul 26, 2024
1 parent 54fa5ba commit 0d28be0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion episode-13/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@

Cython.Compiler.Options.cimport_from_pyx = True # needed?


class BuildExt(build_ext):
def build_extension(self, ext):
self.inplace = True # Important or the LSP won't have access to the compiled files.
self.inplace = True # Important or the LSP won't have access to the compiled files.
super().build_extension(ext)


Expand Down

0 comments on commit 0d28be0

Please sign in to comment.