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

Skip to content

Commit c23a70e

Browse files
committed
Copy qhull license to LICENSES/.
1 parent 3d81b4d commit c23a70e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,5 @@ lib/z.lib
105105
#########################
106106
lib/matplotlib/backends/web_backend/node_modules/
107107
lib/matplotlib/backends/web_backend/package-lock.json
108+
109+
LICENSE/LICENSE_QHULL

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ def _download_qhull():
9292
sha="b5c2d7eb833278881b952c8a52d20179eab87766b00b865000469a45c1838b7e",
9393
dirname=f"qhull-{LOCAL_QHULL_VERSION}",
9494
)
95+
shutil.copyfile(toplevel / "COPYING.txt", "LICENSE/LICENSE_QHULL")
9596

9697

9798
class BuildExtraLibraries(BuildExtCommand):

0 commit comments

Comments
 (0)