8000 Rename qhull source to _qhull_wrapper.cpp. · oscargus/matplotlib@2ef0af0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2ef0af0

Browse files
committed
Rename qhull source to _qhull_wrapper.cpp.
This is consistent with all other extension modules, which are named `<modulename>_wrapper.cpp`.
1 parent 3a994d2 commit 2ef0af0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

setupext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ def get_extensions(self):
431431
yield ext
432432
# qhull
433433
ext = Extension(
434-
5E29 "matplotlib._qhull", ["src/qhull_wrap.cpp"],
434+
"matplotlib._qhull", ["src/_qhull_wrapper.cpp"],
435435
define_macros=[("MPL_DEVNULL", os.devnull)])
436436
add_numpy_flags(ext)
437437
Qhull.add_flags(ext)
File renamed without changes.

0 commit comments

Comments
 (0)
0