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

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