django-imagekit/imagekit/pkgmeta.py
2013-02-08 18:15:00 -05:00

5 lines
246 B
Python

__title__ = 'django-imagekit'
__author__ = 'Justin Driscoll, Bryan Veloso, Greg Newman, Chris Drackett, Matthew Tretter, Eric Eldredge'
__version__ = '3.0a2'
__license__ = 'BSD'
__all__ = ['__title__', '__author__', '__version__', '__license__']