Skip to content

Commit

Permalink
Rearranging where credit is given
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed May 31, 2011
1 parent 7198073 commit 96f2bdb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,9 @@ RECAPTCHA_PRIV_KEY

Requires recaptcha library: http://pypi.python.org/pypi/recaptcha-client

For more information about recaptcha, and to get a recaptcha key, visit: http://www.google.com/recaptcha
For more information about recaptcha, and to get a recaptcha key, visit: http://www.google.com/recaptcha




(Based on this post http://smileychris.com/ramblings/recaptcha/)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
setup(name='Django Recaptcha',
version='0.1',
description='Recaptcha for Django Forms',
author='SmileyChris',
author='Nathaniel Tucker',
url='http://bitbucket.org/ntucker/django-recaptcha',
packages=['recaptcha_form', 'recaptcha_form.registration_backend'],
)

0 comments on commit 96f2bdb

Please sign in to comment.