From f7e78b08eb8594431fe77f6abf8274780601ef3f Mon Sep 17 00:00:00 2001 From: Is Isilon Date: Thu, 7 Jan 2016 08:53:32 +0800 Subject: [PATCH] Updated setup.py to new github repo --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index a4172be..d65e354 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ JavaScript validation library. It is configured using specific HTML markup in th This library will generate these attributes from your WTForms validators. For more information consult the README.md in the Github repository at -https://github.com/johannes-gehrs/wtforms-parsleyjs +https://github.com/fuhrysteve/wtforms-parsleyjs """ from setuptools import setup @@ -20,7 +20,7 @@ from setuptools import setup setup( name='WTForms-ParsleyJS', version='2.0.1', - url='https://github.com/johannes-gehrs/wtforms-parsleyjs', + url='https://github.com/fuhrysteve/wtforms-parsleyjs', license='MIT', author='Johannes Gehrs', author_email='jgehrs@gmail.com',