Skip to content

Commit

Permalink
Properly accentuated my name
Browse files Browse the repository at this point in the history
  • Loading branch information
brutasse committed Jun 11, 2012
1 parent 7ee76fc commit 40795b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.rst
Expand Up @@ -7,7 +7,7 @@ Django-floppyforms

Full control of form rendering in the templates.

* Author: Bruno Renie and `contributors`_
* Author: Bruno Renié and `contributors`_
* Licence: BSD
* Compatibility: Django 1.3+
* Requirements: homework -- read `this`_.
Expand All @@ -20,7 +20,6 @@ Installation

* ``pip install -U django-floppyforms``
* Add ``floppyforms`` to your ``INSTALLED_APPS``
* Run ``python manage.py test floppyforms``.

For extensive documentation see the ``docs`` folder or `read it on
readthedocs`_
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -22,7 +22,7 @@ def find_version(*file_paths):
setup(
name='django-floppyforms',
version=find_version('floppyforms', '__init__.py'),
author='Bruno Renie',
author=u'Bruno Renié',
author_email='bruno@renie.fr',
packages=find_packages(),
include_package_data=True,
Expand Down

0 comments on commit 40795b6

Please sign in to comment.