From c8f42ef168aa8e8d05de74586aae0e613cb8b6b9 Mon Sep 17 00:00:00 2001 From: Isaac Councill Date: Tue, 6 Jan 2015 11:16:01 -0500 Subject: [PATCH] Change download URL to pypi instead of github repo. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3f18706..d2d60d3 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ license = 'LICENCE.txt', url = 'https://github.com/quandyfactory/dicttoxml', py_modules = ['dicttoxml'], - download_url = 'https://github.com/quandyfactory/dicttoxml/blob/master/dist/dicttoxml-%s.tar.gz?raw=true' % (version), + download_url = 'https://pypi.python.org/packages/source/d/dicttoxml/dicttoxml-%s.tar.gz?raw=true' % (version), platforms='Cross-platform', classifiers=[ 'Programming Language :: Python',