1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-22 10:42:34 +01:00

replace relative with absolute URLs for PyPI listing

This commit is contained in:
Mike Fährmann 2023-01-25 12:32:40 +01:00
parent c37f6dac29
commit a050fe0d94
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

View File

@ -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():