replace relative with absolute URLs for PyPI listing
This commit is contained in:
3
setup.py
3
setup.py
@@ -50,7 +50,8 @@ PACKAGES = [
|
|||||||
|
|
||||||
DESCRIPTION = ("Command-line program to download image galleries and "
|
DESCRIPTION = ("Command-line program to download image galleries and "
|
||||||
"collections from several image hosting sites")
|
"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():
|
def build_py2exe():
|
||||||
|
|||||||
Reference in New Issue
Block a user