diff options
| author | 2023-01-30 04:40:57 -0500 | |
|---|---|---|
| committer | 2023-01-30 04:40:57 -0500 | |
| commit | 919f8ba16a7b82ba1099bd25b2c61c7881a05aa2 (patch) | |
| tree | 50eb34c3286538164a2f2b7048d110dc89b2a971 /setup.py | |
| parent | f1051085013c0d702ef974b9b27ea43b3fc73259 (diff) | |
New upstream version 1.24.5.upstream/1.24.5
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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(): |
