Skip to content

Commit 1da6812

Browse files
setup.py: update call of pipcl.git_get() to match new api.
1 parent 6f7b5ab commit 1da6812

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
If <remote> is omitted we use a default.
9494
For example:
9595
PYMUPDF_SETUP_MUPDF_BUILD="git:--branch master"
96-
Passed as <remote> arg to pipcl.git_get().
96+
Passed as <text> arg to pipcl.git_get().
9797
Otherwise:
9898
Location of mupdf directory.
9999
@@ -465,7 +465,7 @@ def get_mupdf_internal(out, location=None, local_tgz=None):
465465
assert os.path.isfile(local_tgz)
466466
elif location.startswith( 'git:'):
467467
local_dir = 'mupdf-git'
468-
pipcl.git_get(location, local_dir, default_remote='https://github.com/ArtifexSoftware/mupdf.git')
468+
pipcl.git_get(local_dir, text=location, remote='https://github.com/ArtifexSoftware/mupdf.git')
469469

470470
# Show sha of checkout.
471471
run(

0 commit comments

Comments
 (0)