From e4abb705ba2aae2be5287fd90298e941c5940be5 Mon Sep 17 00:00:00 2001 From: Is Isilon Date: Thu, 7 Jan 2016 09:31:50 +0800 Subject: [PATCH] added download_url --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index d65e354..8dd2876 100644 --- a/setup.py +++ b/setup.py @@ -21,6 +21,7 @@ setup( name='WTForms-ParsleyJS', version='2.0.1', url='https://github.com/fuhrysteve/wtforms-parsleyjs', + download_url='https://github.com/fuhrysteve/wtforms-parsleyjs/tarball/2.0.1', license='MIT', author='Johannes Gehrs', author_email='jgehrs@gmail.com',