Skip to content

Commit d56e916

Browse files
committed
Move _tri extension to src/.
1 parent 2ec27bd commit d56e916

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

setupext.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,8 +1023,8 @@ class Tri(SetupPackage):
10231023

10241024
def get_extension(self):
10251025
sources = [
1026-
"lib/matplotlib/tri/_tri.cpp",
1027-
"lib/matplotlib/tri/_tri_wrapper.cpp",
1026+
"src/tri/_tri.cpp",
1027+
"src/tri/_tri_wrapper.cpp",
10281028
"src/mplutils.cpp"
10291029
]
10301030
ext = make_extension('matplotlib._tri', sources)

0 commit comments

Comments
 (0)