diff --git a/README.md b/README.md index 07fbd17..932b396 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This library will generate the necesssary HTML attributes from your WTForms vali ## Installation -You can install from pypi using +You can install from [pypi](https://pypi.python.org/pypi/WTForms-ParsleyJS) using `pip install wtforms-parsleyjs` @@ -78,4 +78,4 @@ The sample uses the [Flask web framework](http://flask.pocoo.org/docs/) and [Twi If you have any improvements or feedback please let me know or send me a pull request. -The license is MIT. \ No newline at end of file +The license is MIT. diff --git a/setup.py b/setup.py index a5482fe..ba0ee9a 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ will allow for more direct user feedback in our forms. This library uses ParsleyJS for this task. ParsleyJS is a popular client side JavaScript validation library. It is configured using specific HTML markup in the forms. -This library will generate these tags from your WTForms validators. +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 @@ -24,7 +24,7 @@ setup( license='MIT', author='Johannes Gehrs', author_email='jgehrs@gmail.com', - description='Generate client side, parsley.js validation tags automatically ' + description='Generate client side, parsley.js validation attributes automatically ' 'from WTForms server side validators.', long_description=__doc__, py_modules = ['run_sample'], @@ -44,4 +44,4 @@ setup( 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', 'Topic :: Software Development :: Libraries :: Python Modules' ] -) \ No newline at end of file +)