mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-17 05:40:25 +00:00
13 lines
306 B
Python
13 lines
306 B
Python
"""
|
|
Django ImageKit
|
|
|
|
:author: Justin Driscoll <justin.driscoll@gmail.com>
|
|
:maintainer: Bryan Veloso <bryan@revyver.com>
|
|
:license: BSD
|
|
|
|
"""
|
|
__title__ = 'django-imagekit'
|
|
__version__ = '0.4.1'
|
|
__build__ = 0x000400
|
|
__author__ = 'Justin Driscoll, Bryan Veloso, Greg Newman, Chris Drackett'
|
|
__license__ = 'BSD'
|