Updated setup.py to new github repo

This commit is contained in:
2016-01-07 08:53:32 +08:00
parent 5d5b7b5057
commit f7e78b08eb
+2 -2
View File
@@ -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',