Skip to content

Commit

Permalink
Fix licence classifier, update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
instification committed Nov 4, 2016
1 parent 332df49 commit 1e18e27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ and edit `production.ini` in your Pyramid application to add::
pyramid_recaptcha.private_key = your_private_key


Add the widget to a form:
Add the widget to a form::

import colander
from pyramid_recaptcha import deferred_recaptcha_widget
Expand All @@ -29,6 +29,7 @@ Add the widget to a form:
title='Verify you are human',
widget=deferred_recaptcha_widget)

Bind the `request` variable when rendering the form:

Bind the `request` variable when rendering the form::

MyForm().bind(request=self.request)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def read_requirements(filename):
'Framework :: Pylons',
'Framework :: Pyramid',
'Intended Audience :: Developers',
'License :: GPLv3',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
Expand Down

0 comments on commit 1e18e27

Please sign in to comment.