Update maintainer

This commit is contained in:
Grant McConnaughey 2015-08-10 09:37:28 -05:00
parent 6d2ad4a8bd
commit d823165dcf
2 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
This application was originally written by Eric Florenzano.
It is now maintained by Jannis Leidel and a league of awesome contributors.
It is now maintained by Grant McConnaughey and a league of awesome contributors.
See the full list here: https://github.com/jezdez/django-avatar/graphs/contributors
See the full list here: https://github.com/grantmcconnaughey/django-avatar/graphs/contributors

View file

@ -40,9 +40,9 @@ setup(
keywords='avatar, django',
author='Eric Florenzano',
author_email='floguy@gmail.com',
maintainer='Jannis Leidel',
maintainer_email='jannis@leidel.info',
url='http://github.com/jezdez/django-avatar/',
maintainer='Grant McConnaughey',
maintainer_email='grantmcconnaughey@gmail.com',
url='http://github.com/grantmcconnaughey/django-avatar/',
license='BSD',
packages=find_packages(exclude=['tests']),
package_data={