replace relative with absolute URLs for PyPI listing

pull/3581/head
Mike Fährmann 2 years ago
parent c37f6dac29
commit a050fe0d94
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -50,7 +50,8 @@ PACKAGES = [
DESCRIPTION = ("Command-line program to download image galleries and "
"collections from several image hosting sites")
LONG_DESCRIPTION = read("README.rst")
LONG_DESCRIPTION = read("README.rst").replace(
"<docs/", "<https://github.com/mikf/gallery-dl/blob/master/docs/")
def build_py2exe():

Loading…
Cancel
Save