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:
parent
c37f6dac29
commit
a050fe0d94
3
setup.py
3
setup.py
@ -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…
Reference in New Issue
Block a user