Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9c9ba75

Browse files
committed
Move _tri extension to src/.
1 parent 462891e commit 9c9ba75

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
@@ -960,8 +960,8 @@ class Tri(SetupPackage):
960960

961961
def get_extension(self):
962962
sources = [
963-
"lib/matplotlib/tri/_tri.cpp",
964-
"lib/matplotlib/tri/_tri_wrapper.cpp",
963+
"src/tri/_tri.cpp",
964+
"src/tri/_tri_wrapper.cpp",
965965
"src/mplutils.cpp"
966966
]
967967
ext = make_extension('matplotlib._tri', sources)
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)