mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-17 05:40:25 +00:00
5 lines
246 B
Python
5 lines
246 B
Python
__title__ = 'django-imagekit'
|
|
__author__ = 'Matthew Tretter, Eric Eldredge, Bryan Veloso, Greg Newman, Chris Drackett, Justin Driscoll'
|
|
__version__ = '3.2.4'
|
|
__license__ = 'BSD'
|
|
__all__ = ['__title__', '__author__', '__version__', '__license__']
|