Put back full-length URL.
This commit is contained in:
parent
595ec7e034
commit
a954d0976a
1 changed files with 1 additions and 2 deletions
|
@ -32,8 +32,7 @@ class PyPillow(Package):
|
||||||
capabilities."""
|
capabilities."""
|
||||||
|
|
||||||
homepage = "https://python-pillow.org/"
|
homepage = "https://python-pillow.org/"
|
||||||
url = "https://pypi.python.org/packages/source" + \
|
url = "https://pypi.python.org/packages/source/P/Pillow/Pillow-3.0.0.tar.gz"
|
||||||
"/P/Pillow/Pillow-3.0.0.tar.gz"
|
|
||||||
|
|
||||||
# TODO: This version should be deleted once the next release comes out.
|
# TODO: This version should be deleted once the next release comes out.
|
||||||
# TODO: It fixes a bug that prevented us from linking to Tk/Tcl.
|
# TODO: It fixes a bug that prevented us from linking to Tk/Tcl.
|
||||||
|
|
Loading…
Reference in a new issue