Put back full-length URL.

This commit is contained in:
Elizabeth Fischer 2016-09-14 16:52:33 -04:00 committed by GitHub
parent 595ec7e034
commit a954d0976a

View file

@ -32,8 +32,7 @@ class PyPillow(Package):
capabilities."""
homepage = "https://python-pillow.org/"
url = "https://pypi.python.org/packages/source" + \
"/P/Pillow/Pillow-3.0.0.tar.gz"
url = "https://pypi.python.org/packages/source/P/Pillow/Pillow-3.0.0.tar.gz"
# 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.