Skip to content

Commit

Permalink
Adding setup.py for installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed May 31, 2011
1 parent 3915277 commit 3cf3b68
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/env python

from distutils.core import setup

setup(name='Django Recaptcha',
version='0.1',
description='Recaptcha for Django Forms',
author='SmileyChris',
url='http://bitbucket.org/ntucker/django-recaptcha',
packages=['recaptcha_form'],
)

0 comments on commit 3cf3b68

Please sign in to comment.