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