Skip to content

Commit

Permalink
fixed some typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephrdev committed Mar 27, 2011
1 parent f8b8cf3 commit 989e994
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ are permitted provided that the following conditions are met:
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
* Neither the name django-formwizard nor the names of its contributors may be
* Neither the name django-mongoforms nor the names of its contributors may be
used to endorse or promote products derived from this software without
specific prior written permission.

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
from setuptools import setup, find_packages

setup(
name='django-mongoforms',
version='0.1',
description='A Django-ModelForm clone for mongoengine',
author='Stephan Jaekel',
author_email='steph@rdev.info',
url='http://github.com/stephrdev/django-mongoforms/',
packages=find_packages(),
packages=find_packages(exclude=['examples', 'examples.*']),
classifiers=[
'Development Status :: 3 - Alpha',
'Environment :: Web Environment',
Expand Down

0 comments on commit 989e994

Please sign in to comment.