mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-04-18 12:11:10 +00:00
One really should be able to add multiple maintainers.
This commit is contained in:
parent
1b29437180
commit
9fa53856dc
1 changed files with 3 additions and 0 deletions
3
setup.py
3
setup.py
|
|
@ -7,6 +7,9 @@ setup(
|
|||
description='Automated image processing for Django models.',
|
||||
author='Justin Driscoll',
|
||||
author_email='justin@driscolldev.com',
|
||||
maintainer='Bryan Veloso',
|
||||
maintainer_email='bryan@revyver.com',
|
||||
license='BSD',
|
||||
url='http://github.com/jdriscoll/django-imagekit/',
|
||||
packages=[
|
||||
'imagekit',
|
||||
|
|
|
|||
Loading…
Reference in a new issue