django-imagekit/imagekit/pkgmeta.py
2015-12-08 11:39:03 -08:00

5 lines
261 B
Python

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