Skip to content

Commit

Permalink
Merge pull request #1 from mikicz/update-setup-py
Browse files Browse the repository at this point in the history
Fix url in setup.py to match repo path
  • Loading branch information
JorjMcKie authored Apr 24, 2021
2 parents 842e443 + e1b9147 commit bc7a4e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
description="Collection of font binaries for use in PyMuPDF",
packages=setuptools.find_packages(),
long_description=long_desc,
url="https://github.com/pymupdf/pymupdf_fonts",
url="https://github.com/pymupdf/pymupdf-fonts",
classifiers=classifier,
license="SIL OFL V1.1",
)

0 comments on commit bc7a4e1

Please sign in to comment.